Failed

Trace when a Flow has failed

Pair this action with Start and use it inside a fault path in a Flow to ensure proper Flow execution error tracing.

Inputs

NameRequiredTypeDescription

flowFaultMessage

Yes

String

Automatically provided as $Flow.FaultMessage

flowInterviewGuid

Yes

String

Automatically provided as $Flow.InterviewGuid.

flowApiName

No

String

The API name of the flow. Automatically provided if available.

Outputs

NameTypeDescription

flowFaultMessage

String

The Flow fault path message

Last updated