User: admin@spiffworkflow.org clicked save for misc/madhu-testing/loop-test/loop-test.bpmn

This commit is contained in:
sartography-automated-committer 2024-07-17 14:34:34 +00:00
parent b694b7afa8
commit 211f98ca99

View File

@ -18,7 +18,7 @@
* **Service Task** - communicate with an external API to fetch or update some data.
You can also change the text you are reading here by updating the *Instructions* on this example manual task.</spiffworkflow:instructionsForEndUser>
<spiffworkflow:preScript>a = 5</spiffworkflow:preScript>
<spiffworkflow:preScript>y = y+1</spiffworkflow:preScript>
<spiffworkflow:postScript>b = 3</spiffworkflow:postScript>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1sb49m4</bpmn:incoming>
@ -27,6 +27,9 @@ You can also change the text you are reading here by updating the *Instructions*
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_1sb49m4" sourceRef="Activity_0u5pdu6" targetRef="Activity_0qpzdpu" />
<bpmn:manualTask id="Activity_0u5pdu6" name="Manual Task">
<bpmn:extensionElements>
<spiffworkflow:preScript>y=0</spiffworkflow:preScript>
</bpmn:extensionElements>
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
<bpmn:outgoing>Flow_1sb49m4</bpmn:outgoing>
</bpmn:manualTask>