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:
parent
2794d62b4a
commit
6b4737b5f0
@ -1,14 +1,14 @@
|
||||
# Workflow Job Template Workflow Node List
|
||||
|
||||
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
|
||||
the subsequent actions will be to.
|
||||
in which to execute them. After a job in this workflow finishes,
|
||||
the subsequent actions are to:
|
||||
|
||||
- run nodes contained in "failure_nodes" or "always_nodes" if job failed
|
||||
- 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
|
||||
fail and have the field `fail_on_job_failure` set to true. If not, the
|
||||
workflow job will be marked as successful.
|
||||
The workflow is marked as failed if any jobs run as part of that workflow fail
|
||||
and have the field `fail_on_job_failure` set to true. If not, the workflow
|
||||
job is marked as successful.
|
||||
|
||||
{% include "api/sub_list_create_api_view.md" %}
|
Loading…
Reference in New Issue
Block a user