cancel
Showing results for 
Search instead for 
Did you mean: 

Effective dated process definitions

simonovdenis
Champ in-the-making
Champ in-the-making

I wonder, if it is already implemented somewhere(I believe it is quite popular requirement) to have the ability to have effective dated process definitions, ie one entity called for example Process and few ProcessDefinitions attached to it, which have different effective periods. Like first will be valid from 01-01-2000 to 31-12-2018 and second will be valid from 01-01-2019 to 31-12-2099?

2 REPLIES 2

bassam_al-saror
Star Collaborator
Star Collaborator

You can specify when to activate a process definition when you deploy it DeploymentBuilder (Activiti - Engine 5.22.0 API) or you can activate/suspend deployed process definitions (specifying dates) RepositoryService (Activiti - Engine 5.22.0 API) 

Not sure, that it fully corresponds to what I need(there's no ability to store end date here), have to think about it, but really good point to start from. Thanks!