We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a method is invoked to get the timer configuration, right now the message says:
REVIEW: Timer expression was transformed: Please review transformed expression: '#{systemPropertyUtil.getSystemProperty("workflow.aida.tasklist.usertask.overrun.interval", "P7D")}' -> '=systemPropertyUtil.getSystemProperty("workflow.aida.tasklist.usertask.overrun.interval", "P7D")'.
A method invocation is not possible in FEEL. This should become a message of level TASK:
TASK: Method invocation is not possible in FEEL...
The message should be more concrete. The Level should show the relevance to change someting.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What should we do?
When a method is invoked to get the timer configuration, right now the message says:
A method invocation is not possible in FEEL. This should become a message of level TASK:
Why should we do it?
The message should be more concrete. The Level should show the relevance to change someting.
The text was updated successfully, but these errors were encountered: