added loop to task test bpmn file w/ burnettk
This commit is contained in:
parent
cd49a6b743
commit
3415caa969
File diff suppressed because it is too large
Load Diff
|
@ -27,7 +27,7 @@ flask-marshmallow = "*"
|
||||||
flask-migrate = "*"
|
flask-migrate = "*"
|
||||||
flask-restful = "*"
|
flask-restful = "*"
|
||||||
werkzeug = "*"
|
werkzeug = "*"
|
||||||
SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "main"}
|
SpiffWorkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "feature/remove-loop-reset"}
|
||||||
# SpiffWorkflow = {develop = true, path = "../SpiffWorkflow" }
|
# SpiffWorkflow = {develop = true, path = "../SpiffWorkflow" }
|
||||||
sentry-sdk = "^1.10"
|
sentry-sdk = "^1.10"
|
||||||
sphinx-autoapi = "^2.0"
|
sphinx-autoapi = "^2.0"
|
||||||
|
|
|
@ -5,13 +5,14 @@
|
||||||
<bpmn:outgoing>Flow_0stlaxe</bpmn:outgoing>
|
<bpmn:outgoing>Flow_0stlaxe</bpmn:outgoing>
|
||||||
</bpmn:startEvent>
|
</bpmn:startEvent>
|
||||||
<bpmn:endEvent id="end_event_of_manual_task_model">
|
<bpmn:endEvent id="end_event_of_manual_task_model">
|
||||||
<bpmn:incoming>Flow_1and8ze</bpmn:incoming>
|
<bpmn:incoming>Flow_1ygcsbt</bpmn:incoming>
|
||||||
</bpmn:endEvent>
|
</bpmn:endEvent>
|
||||||
<bpmn:manualTask id="manual_task" name="Hello">
|
<bpmn:manualTask id="manual_task" name="Hello">
|
||||||
<bpmn:extensionElements>
|
<bpmn:extensionElements>
|
||||||
<spiffworkflow:instructionsForEndUser>## Hello</spiffworkflow:instructionsForEndUser>
|
<spiffworkflow:instructionsForEndUser>## Hello</spiffworkflow:instructionsForEndUser>
|
||||||
</bpmn:extensionElements>
|
</bpmn:extensionElements>
|
||||||
<bpmn:incoming>Flow_1fktmf7</bpmn:incoming>
|
<bpmn:incoming>Flow_1fktmf7</bpmn:incoming>
|
||||||
|
<bpmn:incoming>Flow_1t9ywmr</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_09gjylo</bpmn:outgoing>
|
<bpmn:outgoing>Flow_09gjylo</bpmn:outgoing>
|
||||||
</bpmn:manualTask>
|
</bpmn:manualTask>
|
||||||
<bpmn:sequenceFlow id="Flow_0stlaxe" sourceRef="StartEvent_1" targetRef="top_level_script" />
|
<bpmn:sequenceFlow id="Flow_0stlaxe" sourceRef="StartEvent_1" targetRef="top_level_script" />
|
||||||
|
@ -22,7 +23,6 @@
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
<bpmn:sequenceFlow id="Flow_1fktmf7" sourceRef="top_level_script" targetRef="manual_task" />
|
<bpmn:sequenceFlow id="Flow_1fktmf7" sourceRef="top_level_script" targetRef="manual_task" />
|
||||||
<bpmn:sequenceFlow id="Flow_1i7syph" sourceRef="top_level_subprocess" targetRef="top_level_call_activity" />
|
<bpmn:sequenceFlow id="Flow_1i7syph" sourceRef="top_level_subprocess" targetRef="top_level_call_activity" />
|
||||||
<bpmn:sequenceFlow id="Flow_1and8ze" sourceRef="top_level_call_activity" targetRef="end_event_of_manual_task_model" />
|
|
||||||
<bpmn:sequenceFlow id="Flow_09gjylo" sourceRef="manual_task" targetRef="top_level_subprocess" />
|
<bpmn:sequenceFlow id="Flow_09gjylo" sourceRef="manual_task" targetRef="top_level_subprocess" />
|
||||||
<bpmn:subProcess id="top_level_subprocess">
|
<bpmn:subProcess id="top_level_subprocess">
|
||||||
<bpmn:incoming>Flow_09gjylo</bpmn:incoming>
|
<bpmn:incoming>Flow_09gjylo</bpmn:incoming>
|
||||||
|
@ -38,33 +38,61 @@
|
||||||
<bpmn:scriptTask id="top_level_subprocess_script">
|
<bpmn:scriptTask id="top_level_subprocess_script">
|
||||||
<bpmn:incoming>Flow_00k1tii</bpmn:incoming>
|
<bpmn:incoming>Flow_00k1tii</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_1b4o55k</bpmn:outgoing>
|
<bpmn:outgoing>Flow_1b4o55k</bpmn:outgoing>
|
||||||
<bpmn:script>set_in_top_level_subprocess = 1</bpmn:script>
|
<bpmn:script>set_in_top_level_subprocess = 1
|
||||||
|
|
||||||
|
try:
|
||||||
|
a = set_in_test_process_to_call_script
|
||||||
|
we_move_on = True
|
||||||
|
except:
|
||||||
|
we_move_on = False</bpmn:script>
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
</bpmn:subProcess>
|
</bpmn:subProcess>
|
||||||
<bpmn:callActivity id="top_level_call_activity" calledElement="test_process_to_call">
|
<bpmn:callActivity id="top_level_call_activity" calledElement="test_process_to_call">
|
||||||
<bpmn:incoming>Flow_1i7syph</bpmn:incoming>
|
<bpmn:incoming>Flow_1i7syph</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_1and8ze</bpmn:outgoing>
|
<bpmn:outgoing>Flow_187mcqe</bpmn:outgoing>
|
||||||
</bpmn:callActivity>
|
</bpmn:callActivity>
|
||||||
|
<bpmn:exclusiveGateway id="Gateway_0p8naw0" default="Flow_1t9ywmr">
|
||||||
|
<bpmn:incoming>Flow_187mcqe</bpmn:incoming>
|
||||||
|
<bpmn:outgoing>Flow_0lw7sda</bpmn:outgoing>
|
||||||
|
<bpmn:outgoing>Flow_1t9ywmr</bpmn:outgoing>
|
||||||
|
</bpmn:exclusiveGateway>
|
||||||
|
<bpmn:sequenceFlow id="Flow_187mcqe" sourceRef="top_level_call_activity" targetRef="Gateway_0p8naw0" />
|
||||||
|
<bpmn:sequenceFlow id="Flow_0lw7sda" sourceRef="Gateway_0p8naw0" targetRef="top_level_process_script_after_gate">
|
||||||
|
<bpmn:conditionExpression>we_move_on == True</bpmn:conditionExpression>
|
||||||
|
</bpmn:sequenceFlow>
|
||||||
|
<bpmn:sequenceFlow id="Flow_1ygcsbt" sourceRef="top_level_process_script_after_gate" targetRef="end_event_of_manual_task_model" />
|
||||||
|
<bpmn:scriptTask id="top_level_process_script_after_gate">
|
||||||
|
<bpmn:incoming>Flow_0lw7sda</bpmn:incoming>
|
||||||
|
<bpmn:outgoing>Flow_1ygcsbt</bpmn:outgoing>
|
||||||
|
<bpmn:script>set_top_level_process_script_after_gate = 1</bpmn:script>
|
||||||
|
</bpmn:scriptTask>
|
||||||
|
<bpmn:sequenceFlow id="Flow_1t9ywmr" sourceRef="Gateway_0p8naw0" targetRef="manual_task" />
|
||||||
</bpmn:process>
|
</bpmn:process>
|
||||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="top_level_process">
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="top_level_process">
|
||||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Activity_1vokg57_di" bpmnElement="top_level_script">
|
<bpmndi:BPMNShape id="Event_0ia26nb_di" bpmnElement="end_event_of_manual_task_model">
|
||||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
<dc:Bounds x="1092" y="159" width="36" height="36" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Activity_1rcj16n_di" bpmnElement="manual_task">
|
<bpmndi:BPMNShape id="Activity_1rcj16n_di" bpmnElement="manual_task">
|
||||||
<dc:Bounds x="400" y="137" width="100" height="80" />
|
<dc:Bounds x="400" y="137" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Event_0ia26nb_di" bpmnElement="end_event_of_manual_task_model">
|
<bpmndi:BPMNShape id="Activity_1vokg57_di" bpmnElement="top_level_script">
|
||||||
<dc:Bounds x="812" y="159" width="36" height="36" />
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Activity_19a46sv_di" bpmnElement="top_level_subprocess">
|
||||||
|
<dc:Bounds x="530" y="137" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Activity_04hrmow_di" bpmnElement="top_level_call_activity">
|
<bpmndi:BPMNShape id="Activity_04hrmow_di" bpmnElement="top_level_call_activity">
|
||||||
<dc:Bounds x="680" y="137" width="100" height="80" />
|
<dc:Bounds x="680" y="137" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Activity_19a46sv_di" bpmnElement="top_level_subprocess">
|
<bpmndi:BPMNShape id="Gateway_0p8naw0_di" bpmnElement="Gateway_0p8naw0" isMarkerVisible="true">
|
||||||
<dc:Bounds x="530" y="137" width="100" height="80" />
|
<dc:Bounds x="835" y="152" width="50" height="50" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Activity_1yhtryv_di" bpmnElement="top_level_process_script_after_gate">
|
||||||
|
<dc:Bounds x="940" y="137" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNEdge id="Flow_0stlaxe_di" bpmnElement="Flow_0stlaxe">
|
<bpmndi:BPMNEdge id="Flow_0stlaxe_di" bpmnElement="Flow_0stlaxe">
|
||||||
<di:waypoint x="215" y="177" />
|
<di:waypoint x="215" y="177" />
|
||||||
|
@ -78,14 +106,28 @@
|
||||||
<di:waypoint x="630" y="177" />
|
<di:waypoint x="630" y="177" />
|
||||||
<di:waypoint x="680" y="177" />
|
<di:waypoint x="680" y="177" />
|
||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
<bpmndi:BPMNEdge id="Flow_1and8ze_di" bpmnElement="Flow_1and8ze">
|
|
||||||
<di:waypoint x="780" y="177" />
|
|
||||||
<di:waypoint x="812" y="177" />
|
|
||||||
</bpmndi:BPMNEdge>
|
|
||||||
<bpmndi:BPMNEdge id="Flow_09gjylo_di" bpmnElement="Flow_09gjylo">
|
<bpmndi:BPMNEdge id="Flow_09gjylo_di" bpmnElement="Flow_09gjylo">
|
||||||
<di:waypoint x="500" y="177" />
|
<di:waypoint x="500" y="177" />
|
||||||
<di:waypoint x="530" y="177" />
|
<di:waypoint x="530" y="177" />
|
||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_187mcqe_di" bpmnElement="Flow_187mcqe">
|
||||||
|
<di:waypoint x="780" y="177" />
|
||||||
|
<di:waypoint x="835" y="177" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_0lw7sda_di" bpmnElement="Flow_0lw7sda">
|
||||||
|
<di:waypoint x="885" y="177" />
|
||||||
|
<di:waypoint x="940" y="177" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_1ygcsbt_di" bpmnElement="Flow_1ygcsbt">
|
||||||
|
<di:waypoint x="1040" y="177" />
|
||||||
|
<di:waypoint x="1092" y="177" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_1t9ywmr_di" bpmnElement="Flow_1t9ywmr">
|
||||||
|
<di:waypoint x="860" y="152" />
|
||||||
|
<di:waypoint x="860" y="100" />
|
||||||
|
<di:waypoint x="450" y="100" />
|
||||||
|
<di:waypoint x="450" y="137" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
</bpmndi:BPMNPlane>
|
</bpmndi:BPMNPlane>
|
||||||
</bpmndi:BPMNDiagram>
|
</bpmndi:BPMNDiagram>
|
||||||
<bpmndi:BPMNDiagram id="BPMNDiagram_01cbxj3">
|
<bpmndi:BPMNDiagram id="BPMNDiagram_01cbxj3">
|
||||||
|
|
Loading…
Reference in New Issue