cancel
Showing results for 
Search instead for 
Did you mean: 

ActorTab and Accontainer not getting passed to task

Former Member
0 Kudos

Hi all,

I have a task that determines the manager in the function module attached to the AC Rule. Once this is approved, the next task needs to get this ActorTab and Accontainer elements to see if the manager is within limits to approve the workflow else to escalate it to the next level manager.

Issue:

We observed that the actorTab and Accontainer is getting populated in most cases, but in case where the immediate manager is terminated the Acctor and Accontainer are not getting populated.

Any ideas where the Acctortab and Accotnainer may be getting refreshed since i see that the bindings are working fine.

Thanks for any thoughts here

regards

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

bpawanchand
Active Contributor
0 Kudos

Hi,

As per my understanding what you are looking for is the actors which are determined by the rule should be available to the next step too right?

If this is the case then what you can do is instead of directly assigning the rule to the step which you are sending for the approval, try to determine the agents to which it has to be forwarded by including one more step before the approval step and populate these agents in one of the container element then you assign these agents to the dialog step by making use of the expression .

Once he approves in the next step by making use of the same container element you can validate whether he is really eligible to approve the task or not.

1. Call function module directly in a bor method and populate one multi line container element of type swhactor. and export it from method to task task to workflow container.(let APPROVERS)

2. Assign these APPROVERS container element to the next dialog step for which you require a approval by using Recipient type as EXPRESSION.

3 Bind this APPROVERS to the step for which you want to validate.

Regards

Pavan

former_member185167
Active Contributor
0 Kudos

Hello,

"I have a task that determines the manager in the function module attached to the AC Rule. "

" but in case where the immediate manager is terminated the Acctor and Accontainer are not getting populated."

I think your AC rule needs to be fixed. Does it call a function? It shoud test if the manager has been terminated, and if so continue up to the next manager (for example).

regards

Rick Bakker

hanabi technology