IWorkflowModificationService Members
Include Protected Members
Include Inherited Members
Represents an ExternalDataExchangeService interface that enables workflow activities to request a workflow modification be enabled, and to respond when the workflow is modified, outside the workflow instance itself.
The IWorkflowModificationService type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnableWorkflowModification | Enables a workflow modification by specifying a modification ID and context data. | |
EnableWorkflowModificationOfType | Enables a workflow modification by specifying a modification ID, a modification type ID, context data, and name format data. |
Top
Events
Name | Description | |
---|---|---|
OnWorkflowModified | Raised when a running workflow instance is modified. |
Top