cancel
Showing results for 
Search instead for 
Did you mean: 

serviceTask - Execution

peterwanschou
Champ in-the-making
Champ in-the-making
Hi all,

I use a serviceTask with an own JavaDelegate for calling a webservice. I followed the guide http://www.bpm-guide.de/2010/12/09/how-to-call-a-webservice-from-bpmn/ to implement the solution.

My Question:
What happens if the webservice call was not successful? Can i stop the workflow execution and go on with an external signal or anything else (like receiveTask)?

Best regards,
Peter
3 REPLIES 3

peterwanschou
Champ in-the-making
Champ in-the-making
sry i think i posted it on the false position … Smiley Sad

jbarrez
Star Contributor
Star Contributor
If the webservice call throws an exception, the process will be rolled back to the previous wait state.

(moved your post to engine forum)

peterwanschou
Champ in-the-making
Champ in-the-making
thx i will try it!