Skip to main content

RuntimeWorkflowInitialData

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

Properties

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

Constructors

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