| IWorkflowContext Interface |
Namespace: Innovator.Server
The IWorkflowContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Activity |
The activity during which the method is being called
| |
| Conn | (Inherited from IContext.) | |
| Context |
The item which is the context of the workflow
| |
| ErrorBuilder |
Error builder which captures any errors which are encountered
| |
| Exception |
Get the exception object created for any errors that have happened so far.
| |
| QueryDefaults |
Method for modifying the query to get the context item
| |
| WorkflowEvent |
The event for which the server method is being called
|