Hi,
Is it possible to get a list of failed workflows with API?
I need to run automated process on a schedule to notify users if there are failed workflows.
Regards
KK
Hi Kirill, Is the reason for failure the same for instances? What workflow activity fails? If it is an ION API step, for example, in case of failure you can save the status to a variable and then add a route step and send a notification to users.
Currently, we are working on a solution to send notifications/emails to users if issues happen in ION (Workflows, Connection Points, Data Flows, etc.).
Kind regards,Danil.
Hi Danil,
Sometimes API calls inside WF can error out.
Sometimes I get error like this - "Failed to run/resume workflow Workflow_Name : After 25 still an lock exception".
It would be nice to have an API to get list of failed workflow instances, like we can do in ION interface.
Regards,