C_SIGPM_2403 · Question #53
What can you use to create a workflow? Note: There are 3 correct answers to this question.
The correct answer is A. Artifacts B. Events D. Attributes. In many workflow platforms and modeling frameworks, Artifacts serve as the objects or data items that flow through and define a workflow's structure, Events act as triggers, milestones, or endpoints that initiate or advance workflow execution, and Attributes provide the…
Question
What can you use to create a workflow? Note: There are 3 correct answers to this question.
Options
- AArtifacts
- BEvents
- CActivities
- DAttributes
- EGateways
How the community answered
(43 responses)- A88% (38)
- C7% (3)
- E5% (2)
Explanation
In many workflow platforms and modeling frameworks, Artifacts serve as the objects or data items that flow through and define a workflow's structure, Events act as triggers, milestones, or endpoints that initiate or advance workflow execution, and Attributes provide the configurable properties that shape how a workflow behaves and is instantiated. These three elements work together to define and create a workflow at a structural level.
Activities (C) are tasks performed within an already-created workflow - they are execution units that run after the workflow exists, not components used to construct it. Gateways (E) are routing/decision constructs that control flow branching inside a workflow; like activities, they are internal logic elements, not workflow-creation primitives.
Memory tip: Think "EAA - Events Activate Attributes on Artifacts" - the three things you need before the workflow runs (its trigger, its configuration, and its data objects), versus Activities and Gateways which only operate during execution.
Topics
Community Discussion
No community discussion yet for this question.