1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

more WFJT node docs feedback

This commit is contained in:
AlanCoding 2016-10-26 09:53:54 -04:00
parent 2794d62b4a
commit 6b4737b5f0

View File

@ -1,14 +1,14 @@
# Workflow Job Template Workflow Node List # Workflow Job Template Workflow Node List
Workflow nodes reference templates to execute and define the ordering Workflow nodes reference templates to execute and define the ordering
in which to execute them. After a job ran as part of a workflow finishes in which to execute them. After a job in this workflow finishes,
the subsequent actions will be to. the subsequent actions are to:
- run nodes contained in "failure_nodes" or "always_nodes" if job failed - run nodes contained in "failure_nodes" or "always_nodes" if job failed
- run nodes contained in "success_nodes" or "always_nodes" if job succeeded - run nodes contained in "success_nodes" or "always_nodes" if job succeeded
The workflow will be marked as failed if any jobs ran as a part of the workflow The workflow is marked as failed if any jobs run as part of that workflow fail
fail and have the field `fail_on_job_failure` set to true. If not, the and have the field `fail_on_job_failure` set to true. If not, the workflow
workflow job will be marked as successful. job is marked as successful.
{% include "api/sub_list_create_api_view.md" %} {% include "api/sub_list_create_api_view.md" %}