Capturing a Scenario Run ID | Community
Skip to main content
Level 4
November 6, 2025
Question

Capturing a Scenario Run ID

  • November 6, 2025
  • 1 reply
  • 164 views

Is there a way to capture a scenario's run id in a notification updated?  Trying to figure out a way to identify the exact run in a fusion scenario that errored out.

1 reply

Level 3
November 6, 2025

I capture Run data in an early module of most of my scenarios and post it to a custom field on the task/project/issue and/or create an update in WF (for particularly problematic scenarios) with the content. the variable execution ID with provide you with the exact run you are looking to investigate

 

something like:

https://app.workfrontfusion.com/your instance/scenarios/scenarionumber/logs/executionID

Level 4
November 6, 2025

The link that you add always provides a direct link to the execution ID (run ID) that errored out? What type of module do you use to capture this data?  Is executionID a native field?

 

Level 3
November 6, 2025

no - but if your routinely store it near the beginning of the scenario (or post an update) it helps a bunch.

I have yet to figure out a way to have an error handler post the value anywhere

 

I use a compose card with content something like this which can them use to update a field in WF or as the content of an update

executionId is a native field and is available from here:

the basic URL construct can be captured from the browser when u view a history file