Hello TEam, how can i retrieve the tasks which are failed and lying there in the flow ? and in one go to remove the failed /error/exceptions?

Hello Team, how can i retrieve the tasks which are failed(there are multiple failed tasks /processes for which i want to run the clean operation in a batch…those tasks are either technical error/excpetions but not moving …now we are removing manually) and lying there in the flow ? and in one go to remove the failed /error/exceptions ?

kindly help

Hi @vinodgaikwad,

You can query for incidents using the below REST API call.

Only custom incidents can be resolved through REST API

Incidents can be deactivated

1 Like

what would be the exact url for incident? Getting from rest endpoint? @hassang

@hassang can you pls let me know on this pls

What do you mean by “exact url”?

complete url e.g. for tasklist we have localhost:8080/engine-rest/task like this how it will get created for incidents?