I want to learn how to use Apache ODE
and use it in my java aplications. But I can't find a good source to learn from. All the examples on the web that I've found so far are very simple(send a message and get a message). I want to make a simple process where the following happens:
Is this hard to do? Can you give me links to some projects which use apache ode and require human input?
Apache ODE is a BPEL engine. BPEL itself is meant to support two-level programming: A BPEL layer that is more abstract and conforms to actual business processes of an organization that utilizes Web services that are implemented in either BPEL or a "standard" programming language like Java. Thus, BPEL orchestrates Web services.
So, going through your steps: