CallActivity seems to be solve my problem, but I have another problem is that:
we define a lot of operation, every operation is a workflow, the only difference of all operations are params, so I want to reuse the workflow.
in other word, I just want to define one workflow to represent all the operations by assigning them different params values.
its that posibble.
the big workflow contain a lot of operation, and sometimes the operations can run parallelly?
i can't figure out the solution for my case , can anybody help ?