Skip to content

Implement dynamic resouce loading #889

@fjtirado

Description

@fjtirado

ResourceLoader interface define two methods: loadStatic (which is already implemented) and loadDynamic (which is not)
This issue will change loadDynamic signature(was defined at early stages of the implemetation and not changed since) to include TaskContext and WorkflowModel (required for expression evaluaiton) and remove ExpressionFactory (accesible from WorkflowContext, already in the interface) and implement it, including a cache for http calls.
Once done, ResourceLoader should be used in OpenAPI implementation to load the operation defintion

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions