Hi,
Finally I could deploy my classes, thanks to you!
But my problem now is that I don't know how to make my process stop after each transition (at each java element for example). I want that it waits for a continuation command, then it continues. For example, that can be a swing frame in which I have a button that launches the next step of the process.
Here in attachement you can find my 3 projects :
AsyncDeployment : deployment of an asynchronous little process with necessary classes.
AsyncDeploymentCustom : deployment of an asynchronous process with custom element.
AsyncTest1 : Here is the main class that I used to execute my different processes.
Can someone help me to make a little asynchronous process that allows me to execute it step by step?
Can I provide data during execution?
Thank you!