ResumeBookmark

The ResumeBookmark activity is used to resume a workflow that has been persisted via the CreateBookmark activity.

ResumeBookmark

Properties

ResumeBookmark Properties
Property Value Required Notes
BookmarkName InArgument<String> Yes Specify the name of the bookmark to resume.
DisplayName String No Specify a name for the activity or accept the default.
Value InArgument<Object> No Specify an optional argument to pass to the workflow when it resumes.
WorkflowInstanceId InArgument<Guid> Yes Specify the Id associated with the workflow instance to resume using a VB expression or variable. The variable type for the InArgument is System.Guid.

GUID variable type

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