You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ To execute the CLI and convert a bncl statement to bpmn, download the current [r
21
21
$ java -jar bncl-[versionNr.].jar
22
22
```
23
23
24
+
25
+
### For more information, see the [wiki](https://github.com/pinussilvestrus/bncl/wiki)!
26
+
24
27
**example bncl-statement:**
25
28
26
29
> lets create a process with startevent signed startEvent1 called message incoming with usertask signed usertask1 called do something with usertask signed usertask2 with parallelgateway signed gateway1 with parallelgateway signed gateway2 with sequenceflow comesfrom startevent1 goesto gateway1 with sequenceflow comesfrom gateway1 goesto usertask1 with sequenceflow comesfrom gateway1 goesto usertask2 with sequenceflow comesfrom usertask1 goesto gateway2 with sequenceflow comesfrom usertask2 goesto gateway2 with endevent signed endevent1 called terminated with sequenceflow comesfrom gateway2 goesto endevent1
@@ -31,7 +34,7 @@ If it was successful, a .xml and .bpmn file is generated in same folder. Open on
**Note:** The Bncl-to-BPMN-converter only generates a valid xml-document in the [BPMN-2.0-Schema](http://activiti.org/userguide/index.html#whatIsBpmn).
36
39
Not all editors supports a bpmn-file without rendering information (e.g.
0 commit comments