Skip to main content
Version: Next

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

  1. Create workflow draft.
  2. Add nodes: Start -> User Task -> Service Task -> End.
  3. Connect all nodes with valid directional lines.
  4. Bind required form release to user task if needed.

Step 2: Publish Model

  1. Open Release WorkFlow Model.
  2. Select draft and run release.
  3. Resolve any structural validation errors.

Step 3: Start Execution

  1. Open Start WorkFlow Execution.
  2. Select released version and owner.
  3. Start workflow and verify instance appears.

Step 4: Handle Activities

  1. Complete user task with required form input.
  2. Wait for service task completion.
  3. Verify instance reaches completed state.

Verification Checklist

  1. Process issues panel has no blocking errors.
  2. Release version is visible and selectable.
  3. Execution state transitions are traceable in list view.
  1. Design WorkFlow Model
  2. Release WorkFlow Model
  3. WorkFlow Execution Management