Effective dated process definitions

cancel
Showing results for 
Search instead for 
Did you mean: 
simonovdenis
Member II

Effective dated process definitions

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
bassam_al-saror
Alfresco Employee

Re: Effective dated process definitions

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) 

simonovdenis
Member II

Re: Effective dated process definitions

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!