For more information, please refer to this announcement explaining best practices for getting answers to questions.
Validate the BPM rule for VariableAllocationRules and ensure it returns a valid approval hierarchy.
Summary:
When an employee submits Overtime request (ICP), the transaction was failed, even all conditions were matched
Here is the condition
( ( Worker's Other Compensation Details.specialInputValue <= "40" ) && ( Worker's Other Compensation Details.elementName == "Overtime Request" ) && ( Task.payload.Requestor's Assignment.result.Grade in "1", "2", "3", "4", "5", "6", "7" ))
Here is the rule value map
{Worker's Other Compensation Details.specialInputValue:{40},Worker's Other Compensation Details.elementName:{Overtime Request},Task.payload.Requestor's Assignment.result.Grade:{5}
Employee has completed assignment and manager…etc.
Even the second level manager is existed.!
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):