Vinod Louis
-
Adding Custom Elements to the BPMN Properties Panel
Extending the BPMN properties panel to add custom elements. UPDATE: Since the publication of this post, we have reworked our BPMN properties panel infrastructure. The examples below may no longer be accurate for the latest versions. Please visit this link for updated examples on how to extend the BPMN properties panel with custom elements. Goal In this article, we will try to add a custom element to the BPMN properties panel under the ‘General’ tab for a service task type component. To be precise, under the ‘General’ tab, in the details sections, if ‘Java Class’ is selected as implementation type, a text box appears below. Here the user is expected to enter the java class, but our goal is to...