From 62d2a30d705752c6d7487383fa3ed3ebf0b69df8 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Wed, 25 Jan 2017 10:49:31 -0500 Subject: [PATCH] updated WFJT launch help text --- awx/api/templates/api/workflow_job_template_launch.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/awx/api/templates/api/workflow_job_template_launch.md b/awx/api/templates/api/workflow_job_template_launch.md index bb2fe1c2b8..dca08c59d9 100644 --- a/awx/api/templates/api/workflow_job_template_launch.md +++ b/awx/api/templates/api/workflow_job_template_launch.md @@ -12,8 +12,13 @@ workflow_job_template. The response will include the following fields: enabled survey (boolean, read-only) * `extra_vars`: Text which is the `extra_vars` field of this workflow_job_template (text, read-only) -* `warnings`: JSON object listing warnings of all workflow_job_template_nodes - contained in this workflow_job_template (JSON object, read-only) +* `node_templates_missing`: List of node ids of all nodes that have a + null `unified_job_template`, which will cause their branches to stop + execution (list, read-only) +* `node_prompts_rejected`: List of node ids of all nodes that have + specified a field that will be rejected because its `unified_job_template` + does not allow prompting for this field, this will not halt execution of + the branch but the field will be ignored (list, read-only) * `workflow_job_template_data`: JSON object listing general information of this workflow_job_template (JSON object, read-only)