I need some engine which would allow me to generate web service orchestration during runtime - a user logs in and series of tasks is generated for him.
Example:
I have three WS method - GET, POST, DELETE and I want to call them in the defined order but each user would have different order. And I want the order to be generated automatically from a XML file or something like that.
If it's not understandable, I can explained in a different way.
Is this possible with jBPM?
Any help would be appreciated.