Leiste mit Community-Erfolgen erweitern.

Capturing a Scenario Run ID

Avatar

Level 4

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.

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

3 Antworten

Avatar

Level 3

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

Avatar

Level 4

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?

 

Avatar

Level 3

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

JimBr1_0-1762468029712.png

executionId is a native field and is available from here:

JimBr1_1-1762468156630.png

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

JimBr1_3-1762468493468.png