The following is scenario of my workflow
- a service task is executed (which includes connecting to a webservice)
- In case of exception an user task is created
- user task must allow the user either to
- discard the user task (ignore the failure and proceed on)
- complete the user task (retry the service task)
I checked the documentation, I couldn't see any possibility of discarding an user task and a subsequent flow control based on it. Any suggestion on how to implement this.
Thanks.