mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 03:18:14 +00:00
User: dinithijonline@gmail.com clicked save for playground/dinithi/test-script-task/TestScriptTask.bpmn
This commit is contained in:
parent
6494017798
commit
004aee4235
@ -22,17 +22,21 @@
|
||||
<bpmn:script>time.sleep(3)
|
||||
|
||||
add = 0
|
||||
|
||||
multipy =0
|
||||
|
||||
add= firstnumber+secondnumber
|
||||
|
||||
multipy=firstnumber*secondnumber</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_0zls7of" sourceRef="Activity_1fxetxn" targetRef="Activity_11hff1b" />
|
||||
<bpmn:manualTask id="Activity_11hff1b" name="Display Results">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>** Results**
|
||||
<spiffworkflow:instructionsForEndUser>**Results**
|
||||
|
||||
|
||||
**{{firstnumber}} + {{secondnumber}} = {{add}}**
|
||||
|
||||
**{{firstnumber}} + {{secondnumber}} = {{multiply}}**</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0zls7of</bpmn:incoming>
|
||||
|
Loading…
x
Reference in New Issue
Block a user