mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
User: admin@spiffworkflow.org clicked save for misc/madhu-testing/loop-test/loop-test.bpmn
This commit is contained in:
parent
b694b7afa8
commit
211f98ca99
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user