Skip to main content

RuntimeWorkflowInitialData

Represents the initial data for a workflow instance, including parent process and user details.

Properties

NameDescription
ParentProcessIdThe unique identifier of the parent process, if any.
StarterUserIdThe unique identifier of the user who started the workflow.
CreatorUserIdThe unique identifier of the user who created the workflow.

Constructors

NameDescription
RuntimeWorkflowInitialData()Initializes a new instance of the RuntimeWorkflowInitialData class.