|
Re: Documentation about extending the BPMN 2.0 Modeler [message #1692287 is a reply to message #1692195] |
Tue, 14 April 2015 19:05 |
|
Hi Jonas and welcome to the forum!
We are working on expanding the tutorials on wiki, but for now I'm afraid that a lot of the documentation is still only in the code
To answer your specific questions:
1. AbstractBpmn2CreateConnectionFeature is the base class that determines whether a connection is allowed - see the canCreateConnection() method. Unfortunately, there is currently no way to hook into this method by an extension plugin - all rules governing how connections can be created are essentially hard-coded and follow the BPMN 2.0 spec. Please feel free to file an enhancement request if you would like to see this in a future release.
2. attribute default values can be defined in your plugin.xml in the <modelExtension> or <customTask> extension element. Please refer to the tutorials for details.
3. There is a tutorial here that explains how to do this.
Cheers,
Bob
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04475 seconds