Tracer.WorkflowActivityExecutionFailed(Guid, String, 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.
WorkflowActivityExecutionFailed (EventId: 0xb021/45089)
public:
void WorkflowActivityExecutionFailed(Guid workflowId, System::String ^ activityName, System::String ^ failureDescription);
public void WorkflowActivityExecutionFailed (Guid workflowId, string activityName, string failureDescription);
[System.Management.Automation.Tracing.EtwEvent(45089)]
public void WorkflowActivityExecutionFailed (Guid workflowId, string activityName, string failureDescription);
member this.WorkflowActivityExecutionFailed : Guid * string * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45089)>]
member this.WorkflowActivityExecutionFailed : Guid * string * string -> unit
Public Sub WorkflowActivityExecutionFailed (workflowId As Guid, activityName As String, failureDescription As String)
Parameters
- workflowId
- Guid
- activityName
- String
- failureDescription
- String
- Attributes