RuntimeWorkflowInitialData
Represents the initial data for a workflow instance, including parent process and user details.
Properties
Name | Description |
---|---|
StarterUserId | The unique identifier of the user who started the workflow. |
ParentProcessId | The unique identifier of the parent process, if any. |
CreatorUserId | The unique identifier of the user who created the workflow. |
Constructors
Name | Description |
---|---|
RuntimeWorkflowInitialData() | Initializes a new instance of the RuntimeWorkflowInitialData class. |