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
P1 = c[-P1] => a => b => c
2/b
Automated version of this example:
[scheduler] allow implicit tasks = True [scheduling] cycling mode = integer runahead limit = P0 [[graph]] P1 = c[-P1] => a => b => c [runtime] [[b]] script = """ if [[ $CYLC_TASK_CYCLE_POINT == 2 ]]; then cylc pause $CYLC_WORKFLOW_ID sleep 3 set +e # (read exits 1 for some reason) read -r -d '' gqlDoc <<_DOC_ {"request_string": " mutation { setGraphWindowExtent ( workflows: [\"${CYLC_WORKFLOW_ID}\"], nEdgeDistance: 3) { result } }", "variables": null} _DOC_ set -e cylc client "$CYLC_WORKFLOW_ID" graphql < <(echo ${gqlDoc}) fi """
The familyTree for the node passed to the TreeItem for cycle point 1 is an empty array.
familyTree
TreeItem
This is a UI data store issue as it goes away on reload. I have inspected the deltas and they seem fine.
The text was updated successfully, but these errors were encountered:
getFamilyTree()
No branches or pull requests
Description & reproducible example
P1 = c[-P1] => a => b => c
2/b
is running, pause the workflow, then set the graph window to 3Automated version of this example:
More information
The
familyTree
for the node passed to theTreeItem
for cycle point 1 is an empty array.This is a UI data store issue as it goes away on reload. I have inspected the deltas and they seem fine.
The text was updated successfully, but these errors were encountered: