C1000-141 · Question #45
Which Workflow node can be processed without user intervention?
The correct answer is B. Condition. Condition nodes evaluate a logical expression automatically - they branch the workflow based on predefined rules or data values without pausing to wait for a human. No user is needed; the system resolves the condition and moves on. Task (A) is wrong because a task represents…
Question
Which Workflow node can be processed without user intervention?
Options
- ATask
- BCondition
- CInteraction
- DManual Input
How the community answered
(26 responses)- A4% (1)
- B81% (21)
- C12% (3)
- D4% (1)
Explanation
Condition nodes evaluate a logical expression automatically - they branch the workflow based on predefined rules or data values without pausing to wait for a human. No user is needed; the system resolves the condition and moves on.
Task (A) is wrong because a task represents work assigned to a person or group - it requires someone to act on or complete it. Interaction (C) is wrong because interaction nodes present something to the user (a form, dialog, or prompt) and wait for a response. Manual Input (D) is wrong almost by definition - the name itself signals that a human must enter data before the workflow can continue.
Memory tip: Think of the word "condition" as a math test the computer grades itself - it either passes or fails with zero human involvement, unlike Task, Interaction, or Manual Input, which all have a person in the loop.
Topics
Community Discussion
No community discussion yet for this question.