You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you want to execute a Dirigible JavaScript/TypeScript code, you have to add two camel steps.
One which sets parameter called resource with script file path for value and another step which calls our dedicated class org.eclipse.dirigible.components.engine.camel.invoke.Invoker.
For example:
This is not quite convenient especially in more complex Camel scenarios.
It is more complex for modeling and requires to know the name of the parameter and the class.
Research and implement our own Dirigible step so that we can execute code using simple step.
The text was updated successfully, but these errors were encountered:
Currently, when you want to execute a Dirigible JavaScript/TypeScript code, you have to add two camel steps.
One which sets parameter called
resource
with script file path for value and another step which calls our dedicated classorg.eclipse.dirigible.components.engine.camel.invoke.Invoker
.For example:
This is not quite convenient especially in more complex Camel scenarios.
It is more complex for modeling and requires to know the name of the parameter and the class.
Research and implement our own Dirigible step so that we can execute code using simple step.
The text was updated successfully, but these errors were encountered: