cancel
Showing results for 
Search instead for 
Did you mean: 

Changing userid or holderid in the workflow

Former Member
0 Kudos

Hello,

I have a query regarding Changing userid or holderid in the workflow.

Details:-

1) While executing the workflow,at runtime i need to change the Holder id to test the workflow.

2) how to determine holder on basis of position or job.

Thanks & Regards,

MrunalPatil.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Mrunal,

1) While executing the workflow,at runtime i need to change the Holder id to test the workflow.

You can use a Rule Based Function module or a Custom method to pass the agents at Runtime.

Using WF_TASK-.AllAgentsOfTaskGetAndDispatch, which will prompt you to enter the Agents for next workitem.

2) how to determine holder on basis of position or job.

Position or Job are not changed directly at runtime, only if you pass the Position at run time it will pull all the Users assigned to that position and will send it to those users.

Thanks,

Sudhir.

Former Member
0 Kudos

Thanks for the reply..

Former Member
0 Kudos

Thanks

Answers (0)