cancel
Showing results for 
Search instead for 
Did you mean: 

Agent who executed the action

Former Member
0 Kudos

Hi experts

I have a requirement like this

An email is sent to multiple managers to approve the workitem

and in the next step i need to take the person who approved or rejected that item(the agent who has taken any action on that)

and send a mail to him

Please suggest how i can fetch the agent who has taken any action on that workitem

that is who has approved or rejected that step?

Accepted Solutions (1)

Accepted Solutions (1)

former_member185879
Active Contributor
0 Kudos

Hi,

Declare a varialbe in workflow container. then in control tab of your approval task bind the WIACTUAL_AGENT to the variable. the binding should be from approval task to workflow container.

then you can put a mail step and assign the variable. so that the mail will be forwarded to that particular agent.

Please try this.

Regards

SM Nizamudeen

Former Member
0 Kudos

after we do the binding from WF to task is it also

mandatory to do the bindign from task to method to use it in method

the binding option for the task is not available

do i need to delete and create the new task to be able to do the binding?

former_member185879
Active Contributor
0 Kudos

HI,

Can you explain bit brief.

Regards

SM Nizamudeen

Former Member
0 Kudos

I want to do binding b/w task and method

which are already existing

but the binding option is not available in the task

to perform the binding

but when creating a new task the binding appears

so do i need to delete the esting on e and create a new task to do the binding

please suggest

former_member185879
Active Contributor
0 Kudos

Hi,

As per my understanding, u need to bind variables from task to your BOR method right?

If yes, then check whether the BOR method has any key variable. if so, then try to give the BOR type and method name once again.

So, there is no need to create new task.

Regards

SM Nizamudeen

Former Member
0 Kudos

Do you want to say that whenever a new task is created a pop up comes showing the binding options.. if yes, then its the automatic binding proposal by the system.

For a task that is already created you can go for (generate) automatic binding, the option is available in the binding window or can go for manual binding as per your needs.

Former Member
0 Kudos

I have added an import parameter to the method

came back to task gave the BOR and method again

i got a pop up asking to transfer missing elements

i said yes but still no binding appeared

please suggest

Former Member
0 Kudos

did you try to manually match the elements? Also did you generate the BO after changes?

Answers (0)