Hello,
I am attempting to use a data store to setup an easy to see log of all executions that have run for a scenario to make error handling easier than using the run history. Does anyone know if there is a way to pull the Run ID as the key in a data store? In my instance I am looking at projects so my data store would likely include Run ID as the key, Project ID, Run Date. This would allow me to tie our Project ID from workfront to the Run IDs in a more searchable format for error handling. Hopefully that makes sense please let me know if that is not enough information.
Thank you!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
You may store the {{executionId}} or the link to the execution, e.g.
https://app.workfrontfusion.com/*your_no*/scenarios/*your_no*/logs/{{executionId}} in the datastore
Views
Replies
Total Likes
I do it like this
Important, executionIds last 30 days
hope it helps
This is exactly what I was looking for thank you!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies