INTRO
BPE is a business process managament application that brings Erlang for enterprises. It provides infrastructure for workflow definitions, process orchestration, rule based production systems and distributed storage.
$ mad get bank
$ cd deps/bank
$ mad dep com pla rep
PROTOCOL
-record(open, { id=[] :: [] | integer() }).
-record(close, { id=[] :: [] | integer() }).
-record(charge, { id=[] :: [] | integer() }).
-record(withdraw, { id=[] :: [] | integer() }).
-record(transfer, { id=[] :: [] | integer() }).