Share via


Tracer.WorkflowExecutionStarted(Guid, String) Method

Definition

WorkflowExecutionStarted (EventId: 0xb008/45064)

public:
 void WorkflowExecutionStarted(Guid workflowId, System::String ^ managedNodes);
public void WorkflowExecutionStarted (Guid workflowId, string managedNodes);
[System.Management.Automation.Tracing.EtwEvent(45064)]
public void WorkflowExecutionStarted (Guid workflowId, string managedNodes);
member this.WorkflowExecutionStarted : Guid * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45064)>]
member this.WorkflowExecutionStarted : Guid * string -> unit
Public Sub WorkflowExecutionStarted (workflowId As Guid, managedNodes As String)

Parameters

workflowId
Guid
managedNodes
String
Attributes

Applies to