Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: How to create a simple waiting workflow"
To view the discussion, visit:
https://community.jboss.org/message/714451#714451
--------------------------------------------------------------
In my opinion the most sutiable node in BPMN2 for state node from jBPM v4 would be catch
intermediateSignalEvent which will wait for an external signal, that should be done either
through process instance or session that contains the process instance.
Exanle of BPMN2 file you can find
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-examples/src/main/res...
here and sample code that operates on this can be found in
testIntermediateCatchEventSignal() method
https://github.com/droolsjbpm/jbpm/blob/9f57fbfa2c3f519a127727cbbde06c4eb...
here
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/714451#714451]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]