Hello friends
I want to know if we can start a workflow based on a date given in Activity. For example i have a activit service which needs to be called only when a particular date arrives for my business entity. Also each business entity can have a differet date.
The use case is to create a task in users inbox when a particular date arrives which the have set as a reminder for.
I am using spring with activiti. I have the service created already..just that i dont know how to trigger it based on a particular date. or in other words how to start a workflow based on a date.
Could somebody pld help me on this.
Thanks