diff options
author | AlanCoding <arominge@redhat.com> | 2017-01-10 17:25:54 +0100 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2017-01-10 17:33:51 +0100 |
commit | e52e6ae19239f401c5ed6794ec5c5477b6050b1a (patch) | |
tree | e4f4f3814d0760c177b0e46a94da3a7d8bee119f /docs/workflow.md | |
parent | update clarification on what WFJT copy does (diff) | |
download | awx-e52e6ae19239f401c5ed6794ec5c5477b6050b1a.tar.xz awx-e52e6ae19239f401c5ed6794ec5c5477b6050b1a.zip |
handle case where the UJT related resource is null
Diffstat (limited to 'docs/workflow.md')
-rw-r--r-- | docs/workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workflow.md b/docs/workflow.md index bb2f49e5c4..e0d195d18c 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -32,7 +32,7 @@ As stated, workflow job templates can be created with populated `extra_vars`. Th Job resources spawned by workflow jobs are needed by workflow to run correctly. Therefore deletion of spawned job resources is blocked while the underlying workflow job is executing. -Other than success and failure, a workflow spawned job resource can also end with status 'error' and 'canceled'. When a workflow spawned job resource errors, all branches starting from that job will stop executing while the rest keep their own paces. Canceling a workflow spawned job resource follows the same rules. +Other than success and failure, a workflow spawned job resource can also end with status 'error' and 'canceled'. When a workflow spawned job resource errors, all branches starting from that job will stop executing while the rest keep their own paces. Canceling a workflow spawned job resource follows the same rules. If the unified job template of the node is null (which could be a result of deleting the unified job template or copying a its workflow when the user lacks necessary permissions to use it), then the branch should stop executing in this case as well. A workflow job itself can also be canceled. In this case all its spawned job resources will be canceled if cancelable and following paths stop executing. |