Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
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.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
Zugriffe
Antworten
Likes gesamt
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
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?
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
Zugriffe
Like
Antworten