cancel
Showing results for 
Search instead for 
Did you mean: 

Process stopping, suspending/resuming

alexbt
Champ in-the-making
Champ in-the-making
Hello to all,

My question is how can I stop or suspend/resume a process execution?

Regards,
Alex
4 REPLIES 4

frederikherema1
Star Contributor
Star Contributor
Nothing is built in into activiti to halt/pauze and resume processes. Only way is to model a waitstate in the process and signal when you want to resume…

alexbt
Champ in-the-making
Champ in-the-making
Thank you for your answer.

But now my question is if there is an example of a wait state and a signal in Activiti examples?
I didn't find anything that is close to the issue.
Can you point me to a specific place or give me an explanation of how to do it?
The user guide doesn't explain the wait state clearly.

Thank you in advance,
Alex

jbarrez
Star Contributor
Star Contributor
Check the ReceiveTaskTest in the example package

alexbt
Champ in-the-making
Champ in-the-making
Joram,

Thank you very much for your answer.
I think this is exactly what I've been looking for.

Regards,
Alex