expand documentation for WFJT node list

This commit is contained in:
AlanCoding
2016-10-26 09:28:20 -04:00
parent 04013e4d9f
commit 8165141210
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +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.
- 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.
{% include "api/sub_list_create_api_view.md" %}