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?
Asked
Active
Viewed 721 times
1 Answers
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
-
Thanks @Ales actually I meant to ask which would be a better option to configure/orchestrate a workflow? – user2447329 Jun 04 '13 at 09:16