Skip to content

Commit 8664fae

Browse files
committed
Updated Readme in bpmndi-generator
1 parent c8e72a5 commit 8664fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/bpmndi-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ and execute the following command using the resulting jar file
1313
```java -jar Parser-1.0-SNAPSHOT-jar-with-dependencies.jar input-file output-file```
1414

1515
## Notes and TODOs
16-
This utility has been developed using IBM BPM exports as a template though it should work with other vendors who may not include bpmndi elements in their exports. Future updates include adding more entry and exit points on process elements for better diagram clarity. It also includes additional logic to create more waypoints (aka elbows) in sequence flow for a more natural looking initial diagram. Also look to integrate the use of [Camunda's Fluent Builder APIs](https://docs.camunda.org/manual/latest/user-guide/model-api/bpmn-model-api/fluent-builder-api/) instead of generating xml directly.
16+
This utility has been developed using IBM BPM exports as a template though it should work with other vendors who may not include bpmndi elements in their exports. Future updates include adding more entry and exit points on process elements for better diagram clarity. It also includes additional logic to create more waypoints (aka elbows) in sequence flows for a more natural looking initial diagram. Also look to integrate the use of [Camunda's Fluent Builder APIs](https://docs.camunda.org/manual/latest/user-guide/model-api/bpmn-model-api/fluent-builder-api/) instead of generating xml directly.

0 commit comments

Comments
 (0)