Edit

Share via


WorkflowInstance.InstanceId Property

Definition

Gets the unique identifier for the workflow instance.

public:
 property Guid InstanceId { Guid get(); };
public Guid InstanceId { get; }
member this.InstanceId : Guid
Public ReadOnly Property InstanceId As Guid

Property Value

The Guid of the workflow instance.

Remarks

You can use InstanceId to reference the workflow instance.

Applies to