Discussion:
[jboss-user] [jBPM] - How to extend 'Service Tasks' panel in Eclipse-based JBPM editor?
Minh Hoang TO
2013-06-15 04:06:55 UTC
Permalink
Minh Hoang TO [https://community.jboss.org/people/hoang_to] created the discussion

"How to extend 'Service Tasks' panel in Eclipse-based JBPM editor?"

To view the discussion, visit: https://community.jboss.org/message/823318#823318

--------------------------------------------------------------
There are service tasks communicating with external systems in my JBPM process definitions. I defined those service tasks by editing directly .bpmn files, using <task> elements



<task name="CallingExternalTask">
   <!-- Define actions here -->
   <iospecification>
       <!-- Define input/output bindings here --->
   </iospecification>
</task>



Now, i want to inherit the power of drag-n-drop feature in JBPM visual editors. What i have to do to have my CallingExternalTask appeared in 'Service Tasks' panel of JBPM editor in Eclipse?

I guess TODO work cosists of building a 'template' file from my own .bpmn files and put them in appropriated configuration directory :) but don't know how to do so in detail yet
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823318#823318]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Minh Hoang TO
2013-06-15 07:39:16 UTC
Permalink
Minh Hoang TO [https://community.jboss.org/people/hoang_to] created the discussion

"Re: How to extend 'Service Tasks' panel in Eclipse-based JBPM editor?"

To view the discussion, visit: https://community.jboss.org/message/823326#823326

--------------------------------------------------------------
I managed to add custom service tasks with the web-based editor (which is far more powerful than IDE-based ones), no need to spend time on extending palette in Eclipse anymore :)

http://docs.jboss.org/jbpm/v5.4/userguide/ch.designer.html#d0e4355 http://docs.jboss.org/jbpm/v5.4/userguide/ch.designer.html#d0e4355

Having checked the time of last commit for Eclipse-based JBPM editor, i saw that JBPM is dropping IDE-based editor :|
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823326#823326]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Minh Hoang TO
2013-06-16 02:19:41 UTC
Permalink
Minh Hoang TO [https://community.jboss.org/people/hoang_to] created the discussion

"Re: How to extend 'Service Tasks' panel in Eclipse-based JBPM editor?"

To view the discussion, visit: https://community.jboss.org/message/823337#823337

--------------------------------------------------------------
I found solution here :)

http://docs.jboss.org/jbpm/v5.4/userguide/ch.domain-specific-processes.html http://docs.jboss.org/jbpm/v5.4/userguide/ch.domain-specific-processes.html

One more intuitive way and less error-prone to define work items (JBPM term for what i was trying to create in this discussion) is to use the web-based designer. I could create new work items without handling configuration files under META-INF (designer tool does this for us) :)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823337#823337]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...