Defining Process Orchestrations Using Decision Tables - Gnorion/BizVR GitHub Wiki

Defining Orchestrations Using Decision Tables

Every decision table represents a transformation of some state (defined by a set of input values) to a new state (defined by a set of output values).

sn represents a state, dn represents a transformation (a decision)

  • s1->d1->s2->d2->s3->d3->s4 (main branch)
  • d2->s5 (exception processing)

image

An example Process Orchestration