What data flow should be used for UI navigation and data processing?
What data flow should be used for UI navigation and data processing?
Question: What data flow should be used for UI navigation and data processing?
- Sequence
- Flowchart
- State Machine
- Orchestrator Template
Answer
Option A is correct.
Flowchart are good when there are multiple decision points. State machines are great when the state changes back and forth multiple times. Orchestrator Template is used for enterprise processes.