-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
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