Resume

Resume Flow tracing across transactions

Pair this with Start and Finish actions. Use this action after a Screen Flow action to resume execution tracing for individual executions of the Flow ("interviews" in Flow-speak). Screen Flow actions can cause the transaction for the Flow execution to change which makes execution tracing difficult. Resuming tracking of the original transaction from the Start will allow us to continue to track the full Flow execution lifecycle.

Inputs

NameRequiredTypeDescription

flowInterviewGuid

Yes

String

The interview GUID from the Start element in your Flow.

flowApiName

No

String

The API name of the flow

Outputs

NameTypeDescription

flowInterviewGuid

String

The interview GUID

Last updated