I have a workflow which contains multiple activities
Say when user A forwards a task he/she will get 5 options . I want to hide an activity option from a user when he/she forwards to next performer . In XCP how we will do that
If you dont connect the activity to the previous activity, the performer will not see it to as option to forward it to.
Thanks Johnny,
I want to connect the activity but a set of users should not see this activity.
If the users should not see the activity, why is the connection required?
if your requirement dictates to connect multiple activiites and you do not want to specify which activy it should go then you can have the following
1. Place a decision split activity and mention the condition in the decision split to which activity the workflow should go to after the manual activity
If your requirement is that only a set of users should see certain activities based on conditions, then you can come up like
a. In your process add a variable
b. In your task form, bind this variable to a drop down.
c. populate the values (set of activities) using an adaptor.
I mean only a set of users .. only admin should forward to that activity
I will try this out and let you know
So if the admin is in the same group of the users, then you could split the activity to two activity:
One activity goes to user and has 5 output flows and the other activity goes to admin and it has 6 output flows.