Something along the lines of: Workflow(...) ++> Activity(...) ++> makeDecision (string -> Decision[] \* string) ++> Activity(...)
Something along the lines of:
Workflow(...)
++> Activity(...)
++> makeDecision (string -> Decision[] * string)
++> Activity(...)