it is possible to define multiple performers in the first step of the workflow, you just need to put them comma separated and in double quotes, for example:
"Group1,Group2"
If it doesn't work on Shark 2 you need to use separate lanes with separate starting activities for the different groups you want to be able to open that workflow.
Regards,
CMDBuild Team
Previously Matias wrote:
Hello,
It is a old conversation, but there is any update for this? Can you share an example for do this (That more groups share the same workflow)?
Best regards.
Previously Bolduc wrote:
I've the same problem and I believe that it isn't possible to associate the startup of a workflow to different Group/Role of CMDBuild.
In my project, I have duplicated for each Group/Role every step of the workflow.
The part of XPDL interested is this:
<xpdl:Activity Id="edit" Name="edit">
<xpdl:Implementation>
<xpdl:No/>
</xpdl:Implementation>
<xpdl:Performers>
<xpdl:Performer>HelpDesk</xpdl:Performer>
<xpdl:Performer>Support</xpdl:Performer>
<xpdl:Performer>Administrator</xpdl:Performer>
<xpdl:Performer>IT</xpdl:Performer>
</xpdl:Performers>
but in TWE I see as performer only the first (HelpDesk) and only the first can startup my workflow.