Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BPMN2-Modeler/JBoss-Custom-WID-Editor"

Line 1: Line 1:
Explains how to build a Custom Work Item parameter editing dialog
+
As of version 1.4.0 the BPMN2 Modeler now supports writing your own Work Item editor dialogs. To accomplish this, simply write your Java Dialog class as you would in the KIE Workbench and copy it into the appropriate package within your Drools/jBPM Eclipse project.
[http://www.screencast.com/t/hswkV79A This short video] shows the new feature
+
 
 +
[http://www.screencast.com/t/hswkV79A Here is a short video] that shows the new feature in action.

Revision as of 13:51, 31 March 2017

As of version 1.4.0 the BPMN2 Modeler now supports writing your own Work Item editor dialogs. To accomplish this, simply write your Java Dialog class as you would in the KIE Workbench and copy it into the appropriate package within your Drools/jBPM Eclipse project.

Here is a short video that shows the new feature in action.

Back to the top