Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 6eb24d5

Browse files
Daniel PataninJ12934
authored andcommitted
change initial version from 3 to 1
1 parent c261366 commit 6eb24d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scb-scanprocesses/archetype-process/src/main/resources/archetype-resources/src/main/resources/bpmn/__processName___process.bpmn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.12.0">
3-
<bpmn:process id="$processTopic" name="$processName Scan" isExecutable="true" camunda:versionTag="3" camunda:historyTimeToLive="30">
3+
<bpmn:process id="$processTopic" name="$processName Scan" isExecutable="true" camunda:versionTag="1" camunda:historyTimeToLive="30">
44
<bpmn:startEvent id="StartEvent_Configure" name="target configured" camunda:formKey="embedded:app:forms/default/configure-target.html">
55
<bpmn:extensionElements>
66
<camunda:executionListener delegateExpression="${dollar}{checkForAutomatedRunListener}" event="start" />

0 commit comments

Comments
 (0)