further update of workflow docs for inventory feature

This commit is contained in:
AlanCoding
2018-11-19 15:06:50 -05:00
committed by Jake McDermott
parent b74597f4dd
commit 9cd8aa1667
3 changed files with 22 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ job. If a user creates a node that would do this, a 400 response will be returne
Workflow JTs are different than other cases, because they do not have a
template directly linked, so their prompts are a form of action-at-a-distance.
When the node's prompts are gathered, any prompts from the workflow job
can take precedence over the node's value.
will take precedence over the node's value.
As a special exception, `extra_vars` from a workflow will not obey JT survey
and prompting rules, both both historical and ease-of-understanding reasons.