I'm attempting to create a link on an issue form that takes users directly to the project overview section. I'm able to generate the link with a fusion flow that adds the project ID to the following formula using and open text field: https://experience.adobe.com/#/@f####/so:###Production/workfront/...
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?
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.
I was able to get it to work by triggering off of the task status change and filtering for Task Name, oldstate status = CPL:A, and newState Status = NEW. my final piece of the puzzle is figuring out where I can grab the approvers ID.
@MyNameIsMike these are some great ideas, unfortunately 'approvalCompletionDate' field doesn't populate in fusion as an events filter option. going to give the custom task status "Rejected" a go and see if that works.