Hi,
Currently I have set of service task that will run in sequence, to execute each task I have defined a handler class with its own logic.
And now i want use flowable admin to monitor all transaction.
Is there any way to set status as incomplete or failed which will be displayed in flowable admin UI if any failure occurs in any of the service task.
Hey @sam123,
If a service task fails to execute the transaction will be rollbacked and thus its state will be the state prior to it starting to execute.
What you are maybe looking for is if you make your service tasks async and they fail few times you’ll have dead letter jobs.
Cheers,
Filip