serviceTask - Execution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2011 02:04 PM
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2011 02:48 PM
sry i think i posted it on the false position …

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2011 04:16 AM
If the webservice call throws an exception, the process will be rolled back to the previous wait state.
(moved your post to engine forum)
(moved your post to engine forum)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2011 04:32 AM
thx i will try it!
