GetWorkflowInstanceId

The GetWorkflowInstanceId activity retrieves the workflow instance id of the currently executing workflow. This activity is used within long running workflows prior to the CreateBookmark activity. The Id returned from this activity needs to be passed into the ResumeBookmark activity.

GetWorkflowInstanceId activity

Properties

GetWorkflowInstanceId Properties
Property Value Required Notes
DisplayName String No Specify a name for the activity or accept the default.
Result OutArgument<Guid> Yes The OutArgument holds the workflow instance Id associated with this workflow. The variable type for the OutArgument is System.Guid.

variable type Guid

To see how this activity can be used in a workflow, refer to