User: alex clicked save for misc/category_number_one/validation-text/validation-text.bpmn

This commit is contained in:
demo 2022-11-26 03:36:40 +00:00
parent d834e8e310
commit fee40557c7

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_puxk39c" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1wvtd9f</bpmn:outgoing>
@ -26,6 +26,21 @@ if val_list_cnt == 1:
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_0e4vc4s" sourceRef="Activity_0wihyaa" targetRef="Activity_0qkcxy7" />
<bpmn:manualTask id="Activity_0qkcxy7" name="Show Validation Text">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>{% if val_list_cnt == 1 %}
{{ single_validation }}
{% else %}
{% if is_num_in_name %}
- Numbers are not allowed in the Submitter's Name
{% endif %}
{% if is_decimal_cnt %}
- The involce amount must not have more than two decimal places
{% endif %}
{% if is_due_date_after %}
- The invoice due date must be after today's date.
{% endif %}
{% endif %}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0e4vc4s</bpmn:incoming>
<bpmn:outgoing>Flow_1g2gsjj</bpmn:outgoing>
</bpmn:manualTask>