Click or drag to resize
IWorkflowContext Interface

Namespace: Innovator.Server
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface IWorkflowContext : IContext

The IWorkflowContext type exposes the following members.

Properties
  NameDescription
Public propertyActivity
The activity during which the method is being called
Public propertyConn (Inherited from IContext.)
Public propertyContext
The item which is the context of the workflow
Public propertyErrorBuilder
Error builder which captures any errors which are encountered
Public propertyException
Get the exception object created for any errors that have happened so far.
Public propertyQueryDefaults
Method for modifying the query to get the context item
Public propertyWorkflowEvent
The event for which the server method is being called
Top
See Also