-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the engine tests and added some tests for the new script file h…
…andling
- Loading branch information
Showing
3 changed files
with
181 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/engine/universal/distribution/src/database/__tests__/data/FileRefScriptTask.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:proceed="https://docs.proceed-labs.org/BPMN" id="_a04f4854-6e50-408f-8ec5-18f4541c32e9" name="OneProcess" targetNamespace="https://docs.proceed-labs.org/_a04f4854-6e50-408f-8ec5-18f4541c32e9" expressionLanguage="http://www.ecma-international.org/ecma-262/#sec-relational-operators" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.0.1" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" proceed:version="123" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd"> | ||
<Process id="_958fd9c3-b99d-4e8e-95a1-a0a618eaa9d3" name="PROCEED Main Process" processType="Private" isExecutable="true" proceed:deploymentMethod="dynamic"> | ||
<startEvent id="StartEvent_1"> | ||
<outgoing>Flow_0qukoq2</outgoing> | ||
</startEvent> | ||
<scriptTask id="Activity_1y9gs4q" proceed:fileName="Script_Task_1"> | ||
<incoming>Flow_0qukoq2</incoming> | ||
<outgoing>Flow_15zy8v0</outgoing> | ||
</scriptTask> | ||
<sequenceFlow id="Flow_0qukoq2" sourceRef="StartEvent_1" targetRef="Activity_1y9gs4q" /> | ||
<endEvent id="Event_03n1qw2"> | ||
<incoming>Flow_15zy8v0</incoming> | ||
</endEvent> | ||
<sequenceFlow id="Flow_15zy8v0" sourceRef="Activity_1y9gs4q" targetRef="Event_03n1qw2" /> | ||
</Process> | ||
</definitions> |
Oops, something went wrong.