Hide Forgot
Description of problem: No Message/Notification Wait artefact in BPMN palette - wait node hasn't been implemented yet. Work around was to use a human task. Community versions do seem include this node for modelling but no support in the runtime. Would need this as part of BRMS. Version-Release number of selected component (if applicable): JBoss Developer Studio 5. Windows Version. Java 1.6 How reproducible: Steps to Reproduce: 1. Create a new JBPM BPMN2.0 Project 2. Create a new JBPM BPRM business process 3. Try to create a wait node in the palette Actual results: Wait Node is missing. Expected results: No Message/Notification Wait artefact in BPMN palette - wait node hasn't been implemented yet. Additional info: Work around was to use a human task. Community versions do seem include this node for modelling but no support in the runtime. Would need this as part of BRMS.
The wait node was something that was supported as part of RuleFlow, and was a custom node. This node however doesn't translate well to any BPMN2 construct. BPMN2 doesn't directly support the concept of a wait state, there are other constructs used to model something like this. As a result, we are no longer support this node (in the BPMN2 implementation).