sbremal [https://community.jboss.org/people/sbremal] created the discussion

"Abort / retry / skip UI"

To view the discussion, visit: https://community.jboss.org/message/777295#777295

--------------------------------------------------------------
Hello

I have a requirement for the following scenario: the jBPM workflow suppose to 
check the availability of various IT systems, it will also make changes to the 
systems. Each step is implemented as web service (implemented in Python).

It is expected that each step fails multiple times, and here comes the real 
issue. We need a smart user driven retry mechanism. The aim is that a failed 
step will generate a user task where it can be retried, skipped, aborted etc. 
(The workflow and further checks are suspended until a failed checkpoint step 
is remedied manually and is retried.)

How would you guys implement it?

I imagine a user task with an HTML form (error message, 3 buttons etc.). Where 
do I put the web service error handling? Where do I put the workflow signalling 
code? How do I make it generic so it 'guards' all web service calls in the 
entire workflow?

Thanks.


Cheers
B.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/777295#777295]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to