Skip to content

Commit

Permalink
Reset task names in workflow template (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Aug 12, 2019
1 parent 8d00575 commit 6a322c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AltinnCore/Templates/workflow.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<bpmn2:startEvent id="StartEvent_1">
<bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:task id="FormFilling_1" name="Fyll ut" altinn:steptype="formfilling" altinn:egenskap1="egenskap1" altinn:egenskap2="egenskap2">
<bpmn2:task id="FormFilling_1" name="FormFilling" altinn:steptype="formfilling" altinn:egenskap1="egenskap1" altinn:egenskap2="egenskap2">
<bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:task id="Submit_1" name="Send inn" altinn:steptype="submit" tjeneste:egenskap1="egenskap1" tjeneste:egenskap2="egenskap2">
<bpmn2:task id="Submit_1" name="Submit" altinn:steptype="submit" tjeneste:egenskap1="egenskap1" tjeneste:egenskap2="egenskap2">
<bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
</bpmn2:task>
Expand Down

0 comments on commit 6a322c7

Please sign in to comment.