diff options
author | AlanCoding <arominge@redhat.com> | 2019-08-16 04:41:06 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-08-20 16:37:41 +0200 |
commit | 4e99ad3e27b652c95491a9206fe995959145813e (patch) | |
tree | 186cc7a4f01233062af41045e05d2474c16e0b80 /docs/workflow.md | |
parent | update tests for credential removal (diff) | |
download | awx-4e99ad3e27b652c95491a9206fe995959145813e.tar.xz awx-4e99ad3e27b652c95491a9206fe995959145813e.zip |
minor doc update
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 e4becca74f..8043b0f37e 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -149,7 +149,7 @@ The resulting state of the workflow job run above would be 'successful'. Althoug * Verify that a subtree of execution will never start if its root node is successfully canceled. * Verify that cancelling a workflow job that is cancellable will consequently cancel any of its cancellable spawned jobs and thus interrupts the whole workflow execution. * Verify that during a workflow job run, deleting its spawned jobs are prohibited. -* Verify that at the beginning of each spawned job run, its prompted fields will be populated by the wrapping workflow job node with corrected values. For example, `credential` field of workflow job node goes to `credential` field of spawned job. +* Verify that at the beginning of each spawned job run, its prompted fields will be populated by the wrapping workflow job node with corrected values. For example, related `credentials` of workflow job node go to `credentials` of spawned job. * Verify that notification templates can be successfully (dis)associated with a workflow job template. Later when its spawned workflow jobs finish running, verify that the correct type of notifications will be sent according to the job status. * Verify that a workflow job can be successfully relaunched. |