ENGINE-03051 There was an exception while invoking the TaskListener.
Summary:
ENGINE-03051 There was an exception while invoking the TaskListener. Message: 'Unknown property used in expression issue in OCI Process Application
Content (please ensure you mask any confidential information):
We are getting the following issue for expression in OCI Process application after upgrading the application from Gen2 to Gen3.
Expression we used:
"GRN Approval Requested for PO: "+input.gRNForm.gRN.poNumber+" | "+input.gRNForm.gRN.grnRequestName
Error getting:
ENGINE-03051 There was an exception while invoking the TaskListener. Message: 'Unknown property used in expression: ${((("GRN Approval Requested for PO: ").concat(str:valueOf(input_gRNForm.prop('gRN').prop('poNumber').value()))).concat(" | ")).concat(str:valueOf(input_gRNForm.prop('gRN').prop('grnRequestName').value()))}. Cause: Cannot resolve identifier 'input_gRNForm''