Tracer.WorkflowExecutionStarted(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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