sartography / cr-connect

0 stars 0 forks source link

LDAP Extract Library Error #570

Closed calexh-sar closed 2 years ago

calexh-sar commented 2 years ago

Attempts to add a Call Activity in the RSC/HIRE Approval (hire_approval) workflow which calls the LDAP Extract Library results in a WorkflowTaskExecException error Activity_Extract_LDAP_Info: something you are referencing does not exist: "name 'ldap' is not defined".

image.png

This Library runs without error from the extract_ldap_info workflow in Alex's Tests. Additional BPMN components were added to this workflow in an attempt to mimic the conditions of the HIRE workflow.

Mike did some preliminary investigation into the issue and discovered that the LDAP script was not available when being called in the first line of code in the Library workflow. When another script was inserted in that position, it also was not available to execute.

Note: The Call Activity has been removed from the HIRE workflow so development can proceed and will need to be added back while working on this ticket.

calexh-sar commented 2 years ago

Fixed