FlowContinue
Represents the FlowContinue
class for handling workflow continuation logic.
Properties
Name | Description |
---|---|
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
EventId | Gets the event ID that triggers the continuation of the workflow. |
TypeCode | The type code associated with the flow object. |
Name | Name for the workflow step. |
ObjectName | Gets the object name associated with the workflow process. |
Caption | The caption dictionary representing localized captions for the flow object. |
ProcessId | Gets the process ID required to continue the workflow. |
Constructors
Name | Description |
---|---|
FlowContinue(name, workflowData, workflowCodeInstance) | Constructor for the FlowContinue class. Initializes a new instance of the FlowContinue class. |
FlowContinue(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowContinue class. |
Methods
Name | Description |
---|---|
GetProcessId() | Retrieves the process ID for workflow continuation. |
GetObjectName() | Retrieves the object name for the workflow process. |
SetObjectName(objectName) | Sets the object name for the workflow process. |
GetEventId() | Retrieves the event ID for workflow continuation. |
SetDefault() | Resets the process ID, object name, and event ID to their default values. |
Initialize() | Initializes the FlowContinue object. |
SetEventId(eventId) | Sets the event ID for the workflow continuation. |
SetProcessId(processId) | Sets the process ID for the workflow continuation. |
Execute(workflowUserContext, projectName, flowName) | Executes the workflow continuation process. |
Events
Name | Description |
---|---|
OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |
OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
Generic Types
Name | Description |
---|---|
TProperties | Generic type of properties. |