I want to set the workflow which is used in Branch A & Branch B and only editors can use.
I try to following and
which is not working well.
when the user is in editors group, it can see the workflow in any branch
I try to set in ,
then none of the brnach can see the workflow.
any idea or where can I find the doc. on it? (I didnt see anything on VFM doc)
< model path="prod" active="yes" name="Deployment">
< allowed>
< OR>
< branch name="/default/main/branchA"/>
< branch name="/default/main/branchB"/>
< and>
< group name="editors"/>
< /and>
< /OR>
< /allowed>
< /model>