zetaops / zengine

BPMN workflow based framework with Tornado, Rabbit AMQP, advanced permissions, extensible scaffolding features and more
GNU General Public License v3.0
83 stars 22 forks source link

Multilane wf menu_category #5339 #57

Open zetaopsbot opened 8 years ago

zetaopsbot commented 8 years ago

In current implementation, menu_category extension is being used to determine menu position of workflow link. WF links appear under menu_category's values category in main menu.

Multilane workflows have more than one actor which means we need to place wf links appropriate position of two different dashboard. Because same wf has different meanings for each actor, e.g an application form for the first actor and a task item for the second one.

Simply menu_category can be bound with start event, so menu category works for just first actor. And the second actor joins by clicking the notification or task list item generated for him/her.

More complex scenarios can be implemented on top of this implementation later..

zengine