Scenario: Template to Execution
This scenario shows how a workflow moves from model draft to real execution instance.
Scenario Goal
Build one approval workflow and complete one execution cycle.
Step 1: Design Model
- Create workflow draft.
- Add nodes: Start -> User Task -> Service Task -> End.
- Connect all nodes with valid directional lines.
- Bind required form release to user task if needed.
Step 2: Publish Model
- Open Release WorkFlow Model.
- Select draft and run release.
- Resolve any structural validation errors.
Step 3: Start Execution
- Open Start WorkFlow Execution.
- Select released version and owner.
- Start workflow and verify instance appears.
Step 4: Handle Activities
- Complete user task with required form input.
- Wait for service task completion.
- Verify instance reaches completed state.
Verification Checklist
- Process issues panel has no blocking errors.
- Release version is visible and selectable.
- Execution state transitions are traceable in list view.