Skip to content

Commit 2dafb2e

Browse files
author
Niklas Kiefer
committed
Merge branch 'develop' of https://github.com/pinussilvestrus/bncl into develop
2 parents b169195 + 087baf2 commit 2dafb2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ To execute the CLI and convert a bncl statement to bpmn, download the current [r
2121
$ java -jar bncl-[versionNr.].jar
2222
```
2323

24+
25+
### For more information, see the [wiki](https://github.com/pinussilvestrus/bncl/wiki)!
26+
2427
**example bncl-statement:**
2528

2629
> 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
3134
- [Signavio](http://www.signavio.com/)
3235
- [BPMN.io](https://bpmn.io/)
3336
- [Yaoqiang Modeler](https://sourceforge.net/projects/bpmn/)
34-
37+
3538
**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).
3639
Not all editors supports a bpmn-file without rendering information (e.g.
3740

0 commit comments

Comments
 (0)