cancel
Showing results for 
Search instead for 
Did you mean: 

HR Leave Approval issues

Former Member
0 Kudos

hi everyone,

I have modified the standard HR Leave approval Workflow WS002000077. In that workflow user decision, Unlock step type, loop steps are available. I am getting user decision workitem in inbox. When i click approve option, i has to go to unlock step type. But it is not going for unlock step.

The same scenario is working good without loop, i can able to unlock it.

So, in this scenario with loop, I am getting following errors;

1. variables of the work item cannot be generated.

2. Error in the evaluation of expression '&EMPLOYEET<???>.NAME&' for item '10'

3. Error when determining attribute 'NAME' of object instance '[BO.EMPLOYEET.]'

4. Agent determination for step '0000000038' failed

5. Source (expression '&EMPLOYEET.ADMINISTRATOR.ADMINISTRATOR&') of binding assignment is not available

6. Source (expression '&EMPLOYEET.ADMINISTRATOR.ADMINISTRATORGROUP&') of binding assignment is not avaible

7. Error in the evaluation of expression '&EMPLOYEET<???>.ADMINISTRATOR.ADMINISTRATORGROUP&' for ite

8. Error in the evaluation of expression '&EMPLOYEET<???>.ADMINISTRATOR.ADMINISTRATOR&' for item '10

here item '10' refers to loop step. I am using custom rule. It is working fine without loop condition.

Thanks in advance!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

former_member185167
Active Contributor
0 Kudos

Hello,

It looks like EMPLOYEET isn't being instantiated. Is that the case?

regards

Rick Bakker

hanabi technology

Former Member
0 Kudos

hi,

That one previous workflow and it solved. But now the same one with loop for Re-submission of Leave Request after change.

Actually the values from Employeet is not flowing in the Unlock step for agent determination. Because of that the agent determination is not possible for me. But it works well without loop scenario. Employeet is not instantiated.

Here i am using loop condition for re-submission of leave request.

Thanks,

Balaji.V

Edited by: Balajisap on Sep 19, 2011 3:56 PM

Edited by: Balajisap on Sep 19, 2011 6:22 PM

Former Member
0 Kudos

Hi Balaji,

I think that "Employeet" is getting cleared by some step in the loop.

Please check the bindings of all the steps which are in the loop to see if "Employeet" is getting cleared,

Perfom a "Display Where-Used-List in Graphic" by right clicking on the container "Employeet" if the loop contains a lot of steps.

Regards,

Asit

Former Member
0 Kudos

Thanks for the reply. I have used sub workflow logic and the scenario executed.