The IWorkflow interface allows running custom user C# code in Ecrion Omni System.
Such custom code must implement Ecrion.Ecrion Omni System.IWorkflow interface with the following method:
void run(IWorkflowContext ctx, WorkflowParameters parameters);
Parameters
ctx
Provides access to the execution engine and the repository. The implementation is provided by Ecrion Omni System.
parameters
A set of parameters passed from run-code task.