Table of Contents

Search

  1. Preface
  2. Workflows
  3. Workflow Variables
  4. Workflow Parameters
  5. Cluster Tasks
  6. Command Task
  7. Human Task
  8. Mapping Task
  9. Notification Task
  10. Gateways
  11. Workflow Recovery
  12. Workflow Administration

Developer Workflow Guide

Developer Workflow Guide

Sequence Flow Validation

Sequence Flow Validation

The Developer tool performs sequence flow validation each time you validate a workflow.
The Developer tool makes the following sequence flow validations:
  • The workflow must not include looped sequence flows. Each sequence flow can run one time.
  • The Start event has a single outgoing sequence flow.
  • The sequence flow that leads from the Start event does not include a condition.
  • The End event has a single incoming sequence flow.
  • Each task has a single incoming sequence flow and a single outgoing sequence flow.
  • Each gateway has either multiple incoming sequence flows or multiple outgoing sequence flows, but not both. A gateway that splits the workflow has at least two outgoing sequence flows, with one of the sequence flows set as the default. A gateway that merges the workflow does not have a default outgoing sequence flow.
  • An expression in a conditional sequence flow must return a boolean or integer value. The expression cannot contain a carriage return character or a line feed character.

0 COMMENTS

We’d like to hear from you!