ActivityContext.WorkflowInstanceId Propriedade

Definição

Obtém o identificador exclusivo da instância do fluxo de trabalho em execução no momento.Gets the unique identifier of the currently executing workflow instance.

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

Valor da propriedade

Guid

O identificador exclusivo da instância de fluxo de trabalho em execução no momento.The unique identifier of the currently executing workflow instance.

Aplica-se a