For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Required
Type
Description

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

Name
Type
Description

flowFaultMessage

String

The Flow fault path message

Last updated