cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti workflow scheduled activation

jindal8787
Champ in-the-making
Champ in-the-making
Hi Team

Is there a way in Activiti so that I can schedule the 'activation' of any deployment in future date.

I understand we have times start events to start the process in future at certain time, similarly do we something to activate/deactivate my process in future time?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Yes, this is what  void suspendProcessDefinitionByKey(String processDefinitionKey, boolean suspendProcessInstances, Date suspensionDate); (and the other suspend methods) do.