Skip to content

Commit

Permalink
started 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Sep 15, 2023
1 parent 448ad8e commit dfca649
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.18",
"version": "1.0.19",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.vscode/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-bpmn-vscode-extension",
"displayName": "Open-BPMN",
"version": "1.0.18",
"version": "1.0.19",
"private": "true",
"description": "Free BPMN 2.0 modeling tool to create and edit .bpmn files",
"categories": [
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion open-bpmn.vscode/webview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-bpmn-vscode-webview",
"displayName": "Open-BPMN VSCode Integration Webview",
"version": "1.0.18",
"version": "1.0.19",
"private": "true",
"description": "VS-Code Integration for Open-BPMN",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions open-bpmn.vscode/workspace/form.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<myform>some test 2</myform>
9 changes: 7 additions & 2 deletions open-bpmn.vscode/workspace/imixs-test.bpmn
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bpmn2:definitions xmlns:BPMN2="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:imixs="http://www.imixs.org/bpmn2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.openbpmn" exporterVersion="1.0.0" targetNamespace="http://org.openbpmn" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL">
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:BPMN2="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:imixs="http://www.imixs.org/bpmn2" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.openbpmn" exporterVersion="1.0.0" targetNamespace="http://org.openbpmn">
<bpmn2:process id="process_1" name="Default Process" processType="Public">
<bpmn2:documentation id="documentation_mxAnbQ"/>
<bpmn2:task id="task_Pu621w" imixs:processid="100" name="Task-1">
<bpmn2:extensionElements>
<imixs:item name="form.definition" type="xs:string">
<imixs:value open-bpmn:file-link="file://form.xml"><![CDATA[<myform>some test 2</myform>]]></imixs:value>
</imixs:item>
</bpmn2:extensionElements>
<bpmn2:documentation id="documentation_03Ik3g"/>
<bpmn2:outgoing>SequenceFlow_gepbeQ</bpmn2:outgoing>
</bpmn2:task>
Expand All @@ -22,7 +27,7 @@
<bpmndi:BPMNShape bpmnElement="event_0krFGA" id="BPMNShape_W0BmxA">
<dc:Bounds height="36.0" width="36.0" x="297.0" y="45.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_yN9ydw">
<dc:Bounds height="16.0" width="100.0" x="265.0" y="84.0"/>
<dc:Bounds height="20.0" width="100.0" x="265.0" y="84.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_gepbeQ" id="BPMNEdge_csODHQ" sourceElement="BPMNShape_StPfPA" targetElement="BPMNShape_W0BmxA">
Expand Down

0 comments on commit dfca649

Please sign in to comment.