Interface IWorkflow
Interface for a server method which runs on the Workflow->* or Workflow->Path->* events
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IWorkflow
Remarks
For help deciding which interface to use for which type of method, see the remarks for IMethod
Methods
| Improve this Doc View SourceExecute(IWorkflowContext)
Executes the server event.
Declaration
void Execute(IWorkflowContext arg)
Parameters
Type | Name | Description |
---|---|---|
IWorkflowContext | arg | The server context (server connection, context item, and other helper methods). |
Remarks
To respond to this method, use the ErrorBuilder to create an exception which will be returned