200-155 · Question #150
Which two elements does a workflow template contain? (Choose two.)
The correct answer is A. task names B. workflow structure. A workflow template defines a sequence of operations by specifying the individual tasks involved and their execution order or logical flow.
Question
Which two elements does a workflow template contain? (Choose two.)
Options
- Atask names
- Bworkflow structure
- Cadmin input values
- Dcustom tasks
- Escript modules
How the community answered
(63 responses)- A86% (54)
- C8% (5)
- D5% (3)
- E2% (1)
Why each option
A workflow template defines a sequence of operations by specifying the individual tasks involved and their execution order or logical flow.
Workflow templates contain task names, which are essential for identifying the specific actions or steps that need to be performed as part of the automated process. Each task name refers to a distinct operation or activity.
The workflow structure defines the logical arrangement and execution order of tasks, including conditions, loops, and parallel branches, establishing the overall flow and logic of the automation process.
Admin input values are parameters supplied at runtime when a workflow is initiated, not inherent static elements of the workflow template's definition itself.
Custom tasks are reusable components that a workflow might *call*, but the template itself contains references to their names rather than containing the definition of the custom tasks as its primary elements.
Script modules are typically external code components that tasks within a workflow might execute; they are not direct elements of the workflow template's structural definition.
Concept tested: Workflow template components
Source: https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs_director/dev_guide/5-4/b_UCS_Director_API_Developer_Guide_54/b_UCS_Director_API_Developer_Guide_54_chapter_011.html
Topics
Community Discussion
No community discussion yet for this question.