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.
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. |
To see how this activity can be used in a workflow, refer to