0

Can anyone tell me if there are any significant relative advantages of using FSM (Finite State Machine) over SOA (BPEL) for designing a workflow ? or does SOA has more advantages?

1 Answers1

1

The two cannot be compared.

Finite State Machine is a general mathematical concept.

BPEL is a business process language, every instance of BPEL is a finite state machine.

Aleš
  • 8,896
  • 8
  • 62
  • 107