Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:rule:human_decision [2024-01-12 11:31] – [✘ How NOT to] Anatoly Belaychuken:rule:human_decision [2024-01-13 12:25] (current) Anatoly Belaychuk
Line 1: Line 1:
-====== 0DRAFT Use task plus gateway to model human-made decisions ======+====== Use task plus gateway to model human-made decisions ======
  
 {{tag>task gateway}} {{tag>task gateway}}
  
-{{en:underconstruction.png?nolink&200|}} +There is no BPMN dedicated to depict a human decision. Use a human task followed by exclusive gateway.
- +
-Put rule description here +
 ===== ✔ How to ===== ===== ✔ How to =====
  
Line 277: Line 274:
     </task>     </task>
     <sequenceFlow id="Flow_00dyxwu" sourceRef="Event_1d8q7y4" targetRef="Activity_12wlfbh" />     <sequenceFlow id="Flow_00dyxwu" sourceRef="Event_1d8q7y4" targetRef="Activity_12wlfbh" />
-    <sequenceFlow id="Flow_0orl8lf" name="feasible" sourceRef="Activity_12wlfbh" targetRef="Activity_10ahzvo" />+    <sequenceFlow id="Flow_0orl8lf" name="feasible" sourceRef="Activity_12wlfbh" targetRef="Activity_10ahzvo"
 +      <conditionExpression xsi:type="tFormalExpression"></conditionExpression> 
 +    </sequenceFlow>
     <endEvent id="Event_07l1w93" name="Idea rejected">     <endEvent id="Event_07l1w93" name="Idea rejected">
       <incoming>Flow_0e4r95e</incoming>       <incoming>Flow_0e4r95e</incoming>
     </endEvent>     </endEvent>
-    <sequenceFlow id="Flow_0e4r95e" name="unfeasible" sourceRef="Activity_12wlfbh" targetRef="Event_07l1w93" />+    <sequenceFlow id="Flow_0e4r95e" name="unfeasible" sourceRef="Activity_12wlfbh" targetRef="Event_07l1w93"
 +      <conditionExpression xsi:type="tFormalExpression"></conditionExpression> 
 +    </sequenceFlow>
     <task id="Activity_10ahzvo" name="Create design">     <task id="Activity_10ahzvo" name="Create design">
       <incoming>Flow_0orl8lf</incoming>       <incoming>Flow_0orl8lf</incoming>
Line 342: Line 343:
 </definitions> </definitions>
 </bpmnio> </bpmnio>
-===== Notes ===== 
- 
-Put extra comments here (this section is optional) 
- 
-===== Exceptions ===== 
- 
-Specify exceptions to the rule above, if any 
- 
 ===== See also ===== ===== See also =====
  
-Reference similar rules here (this section is optional) +  * [[en:rule:check_subprocess_results]] 
 +  * [[en:rule:do_not_use_conditional_flows]] 
 +  * [[en:rule:work_is_activity]]
 ===== Author(s) ===== ===== Author(s) =====
  
-Put signature here + --- //[[user:bell|Anatoly Belaychuk]] 2024-01-13 10:59//