Workflow Executions

Hello Support team,

We have a workflow that is executed 247 times from the configuration. We have observed that the error rate for this workflow stands at 77%, and upon reviewing the workflow executions over the past 90 days, it has been successful.

Do you have any suggestions on how to determine the cause of the high error rate, or can we obtain a record of all the executions?

Thanks

Niket Telavane

@niketnova ,
I could suggest one thing about this as I have tried this and worked very well for me to analyse all the workflow executions.

  1. Download all the “Failed” workflow executions in JSON format
  2. Write a python/Powershell Script to extract the desired data from all the jsons and collect them in a csv for review..

You could also try getting all the “Failed“ workflow executions in the same script as well, but downloading the jsons will spare you some time..

hope this helps,

Thank you,
Vaibhav

1 Like

Currently we don’t see any failure execution from last 90 days in execution tab. we see hardly 60 executions from the Workflow Tab.

Then I do not see any way..
Even the APIs give results of last 90 days only..

You could try asking SailPoint Support to provide archived workflow executions..

did you try : {{baseUrl}}/workflows/:id/executions to see the execution history. and what about from UI if you filter by “Failed“ status :