Anybody here help me in knowing how to use org.activiti.engine.impl.calendar.BusinessCalendar in Activiti 5.14. I have go thorugh some posts respective this but not able to grasp how to use this api.
you can configure businessCalendarManager property in ProcessEngineConfigurationImpl. (see e.g. org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl#initBusinessCalendarManager)
Can you please give some more detail description on this.because i have seen ProcessEngineConfigurationImpl is source file in org.activiti.engine.impl.cfg pakage how can edit it or modify it to put this new configurable property.
Hi Martin, I have created my own class CustomBusiness Calendar which implements org.activiti.engine.impl.calendar.BusinessCalendar and override the resolvedDueDate to implement my own business logic .But the CustomBusiness class or its method is never be called when I deployed my app. Is there any other configuration need to be done to override this method or to implement calendar business logic .