User: boulier.th@gmail.com clicked save for playground/fime/certification2/process.bpmn
This commit is contained in:
parent
07dd29cb98
commit
150c48eda7
|
@ -4,9 +4,12 @@
|
||||||
<bpmn:userTask id="Activity_1sy28s9" name="Validate ICS">
|
<bpmn:userTask id="Activity_1sy28s9" name="Validate ICS">
|
||||||
<bpmn:extensionElements>
|
<bpmn:extensionElements>
|
||||||
<spiffworkflow:instructionsForEndUser>Result of the ICS:
|
<spiffworkflow:instructionsForEndUser>Result of the ICS:
|
||||||
{{ question1 }}
|
|
||||||
{{ question2 }}
|
- Question 1: {{ question1 }}
|
||||||
{{ question3 }}</spiffworkflow:instructionsForEndUser>
|
|
||||||
|
- Question 2: {{ question2 }}
|
||||||
|
|
||||||
|
- Question 3: {{ question3 }}</spiffworkflow:instructionsForEndUser>
|
||||||
<spiffworkflow:properties>
|
<spiffworkflow:properties>
|
||||||
<spiffworkflow:property name="formJsonSchemaFilename" value="validate-ics-mock-schema.json" />
|
<spiffworkflow:property name="formJsonSchemaFilename" value="validate-ics-mock-schema.json" />
|
||||||
<spiffworkflow:property name="formUiSchemaFilename" value="validate-ics-mock-uischema.json" />
|
<spiffworkflow:property name="formUiSchemaFilename" value="validate-ics-mock-uischema.json" />
|
||||||
|
@ -37,7 +40,7 @@
|
||||||
<bpmn:outgoing>Flow_15ekxoi</bpmn:outgoing>
|
<bpmn:outgoing>Flow_15ekxoi</bpmn:outgoing>
|
||||||
</bpmn:exclusiveGateway>
|
</bpmn:exclusiveGateway>
|
||||||
<bpmn:sequenceFlow id="Flow_0ei1djd" sourceRef="Gateway_0vnmsmm" targetRef="Event_0pdfqt0">
|
<bpmn:sequenceFlow id="Flow_0ei1djd" sourceRef="Gateway_0vnmsmm" targetRef="Event_0pdfqt0">
|
||||||
<bpmn:conditionExpression>is_the_ics_valide==yes</bpmn:conditionExpression>
|
<bpmn:conditionExpression>is_the_ics_valide=="yes"</bpmn:conditionExpression>
|
||||||
</bpmn:sequenceFlow>
|
</bpmn:sequenceFlow>
|
||||||
<bpmn:sequenceFlow id="Flow_15ekxoi" sourceRef="Gateway_0vnmsmm" targetRef="Activity_1aa8il0" />
|
<bpmn:sequenceFlow id="Flow_15ekxoi" sourceRef="Gateway_0vnmsmm" targetRef="Activity_1aa8il0" />
|
||||||
<bpmn:sequenceFlow id="Flow_0mhfxdp" sourceRef="Activity_1sy28s9" targetRef="Gateway_0vnmsmm" />
|
<bpmn:sequenceFlow id="Flow_0mhfxdp" sourceRef="Activity_1sy28s9" targetRef="Gateway_0vnmsmm" />
|
||||||
|
|
Loading…
Reference in New Issue