Interface Ecrion.Ecrion Omni System.IWorkflow

Top Previous Topic Next Topic  Print this topic

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:

 

run

 

 

       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.