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?
Yes, this is what void suspendProcessDefinitionByKey(String processDefinitionKey, boolean suspendProcessInstances, Date suspensionDate); (and the other suspend methods) do.