Workflow configuration - 2 groups

View: New views
3 Messages — Rating Filter:   Alert me  

Workflow configuration - 2 groups

by rainer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi list,

i just used a custom WF for the first time.
And there was one question arrising:

Is the following possible:

<participant ref="group-publishers, group-foobar"/>

Can i assign an activation for two groups?

So i could keep the default WF running and add my own...

thx a lot

regards
rainer


Parent Message unknown Re: Workflow configuration - 2 groups

by Magnolia - User mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Oct 6, 2008 at 9:53 PM, rainer <user-list@...> wrote:

>
> Hi list,
>
> i just used a custom WF for the first time.
> And there was one question arrising:
>
> Is the following possible:
>
> <participant ref="group-publishers, group-foobar"/>
>
> Can i assign an activation for two groups?
>
> So i could keep the default WF running and add my own...

Hi Rainer,

you'd have to do

---8<---
<concurrence>
  <participant ref="group-a" />
  <participant ref="group-b" />
</concurrence>
--->8---

But that would imply that both groups "proceed" the workitem.

If you want only one reply :

---8<---
<concurrence count="1">
  <participant ref="group-a" />
  <participant ref="group-b" />
</concurrence>
--->8---

with that "count", as soon as 1 participant replies, the workitem of
the other participant is removed and the flow resumes after the
concurrence.

Best regards,

John

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Re: Workflow configuration - 2 groups

by rainer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thank you very much - that is exactly what i needed to know ;)

BTW Does anybody know how to delete a workflow - once uploaded to magnolia?

Even the superuser has not the permissions to do so. I tried to give the superuser explicit write rights for the node i wanted to delete - but the node still cant be deleted.

thx a lot

rainer


Magnolia - User mailing list wrote:
On Mon, Oct 6, 2008 at 9:53 PM, rainer <user-list@magnolia.info> wrote:
>
> Hi list,
>
> i just used a custom WF for the first time.
> And there was one question arrising:
>
> Is the following possible:
>
> <participant ref="group-publishers, group-foobar"/>
>
> Can i assign an activation for two groups?
>
> So i could keep the default WF running and add my own...

Hi Rainer,

you'd have to do

---8<---
<concurrence>
  <participant ref="group-a" />
  <participant ref="group-b" />
</concurrence>
--->8---

But that would imply that both groups "proceed" the workitem.

If you want only one reply :

---8<---
<concurrence count="1">
  <participant ref="group-a" />
  <participant ref="group-b" />
</concurrence>
--->8---

with that "count", as soon as 1 participant replies, the workitem of
the other participant is removed and the flow resumes after the
concurrence.

Best regards,

John

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------
LightInTheBox - Buy quality products at wholesale price!