I want to view last few runs of workflows along with next processing of workflows, Is there anyway to achieve this ?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @vivek_palvia ,
In Workflow (xtk:workflow) schema, 'Last processing' (@processDate) attribute stores the value of the workflow's Last executed date time and 'Next processing' (@nextProcessingDate) attribute stores the value of the workflow's Next planned execution date time.
Hi @vivek_palvia ,
In Workflow (xtk:workflow) schema, 'Last processing' (@processDate) attribute stores the value of the workflow's Last executed date time and 'Next processing' (@nextProcessingDate) attribute stores the value of the workflow's Next planned execution date time.
I am unable to find last processing (@ process date) as workflow attribute.
Views
Replies
Total Likes
you can enter manually in configure list as @processDate to get last processed time.
Views
Replies
Total Likes
Thank you.Looks like it is an advanced attribute visible after clicking on ...
I wanted to extend the problem a bit more.Is it possible to check the status of last run ?
Views
Replies
Total Likes
@vivek_palvia , current status of the workflow (attribute: Status [@state]) is the Last run's status. Example, if the workflow is in Paused state, then it is because of the last run.
Views
Replies
Total Likes
Would it be any different for scheduled workflows ?
Views
Replies
Total Likes
If the workflow runs without any error, then the status will be as 'started'.
Views
Replies
Total Likes
So my use case is I want to create a view where I can see last 2 runs along with the status and next run of all scheduled workflows in my environment.
Currently I am able to go to data tab of workflows schema and filter on started workflows but I am not exactly sure how to see last 2 runs along with status.
Views
Replies
Total Likes