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
TriggerExpressionError
[scheduler] allow implicit tasks = True [scheduling] cycling mode = integer [[graph]] P1 = """ a & x x[-P2] | a => b """
$ cylc play workflow -N ... ERROR - Workflow shutting down - TriggerExpressionError: "-1/x succeeded|1/a succeeded": invalid syntax (<string>, line 1) ERROR - No platforms available to remote tidy install targets: * localhost
The text was updated successfully, but these errors were encountered:
It's OK with x[-P1] | a => b or with x[-P2] => b.
x[-P1] | a => b
x[-P2] => b
Validation gives a slight different error, but only because it catches TriggerExpressionError and prints a custom message.
Sorry, something went wrong.
We haven't replaced -1/x succeeded with Python code in the conditional expression for prerequisite evaluation.
-1/x succeeded
hjoliver
No branches or pull requests
Reproducible Example
The text was updated successfully, but these errors were encountered: