Data Store as a log | Community
Skip to main content
March 22, 2024
Solved

Data Store as a log

  • March 22, 2024
  • 2 replies
  • 731 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by undu82

I do it like this

Important, executionIds last 30 days


hope it helps

2 replies

Level 4
March 22, 2024

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

 

 

undu82
undu82Accepted solution
Level 2
March 22, 2024

I do it like this

Important, executionIds last 30 days


hope it helps

March 25, 2024

This is exactly what I was looking for thank you!