Support Article
Usage of @java in expressions is not supported
SA-83125
Summary
Usage of @java in expressions is not supported.
Error Messages
The usage of @java in expressions is no longer supported. Consider replacing @java with utility functions or other product features.
Steps to Reproduce
Invoke an activity with functions.
Root Cause
An issue in the custom application code or rules. The function in use and @java are not supported.
Resolution
Perform the following local-change:
Replace the @java expression with the below java code:
tools.getParameter Page().putObject("page", myStepPage);
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.