Hello!
I am having a problem with workflows. I would like to know if it is possible to do the following:
USE CASE 1
Define more then 1 simple workflow in a content rule
eg.:
Rule 1: if Match Any Item then
Move item to 'Space A if 'Approve A' action is taken.
Move item to 'Space B' if 'Approve B' action is taken.
or
USE CASE 2
Define Multiple Content rules for a space, each of the content rule with its own simple workflow.
eg.:
Rule 1: if Match Any Item then
Move item to 'Space A if 'Approve A' action is taken.
Rule 2: if Match Any Item then
Move item to 'Space B' if 'Approve B' action is taken.
It is possible to define both usecases in the webclient, but the rules do not work, only one approval option being displayed.
Are this workflow functions implemented in version 1.2?