I have created an application in which i want to create tasks at specific intervals For example, i have created a task and set a enddate of next 15-08-24 now i want to create this tasks at specific intervals which is every Monday until the enddate is mentioned.So is there any method in which i can achieve this????
Hi,
You can try this in process. In Decision 1, Check if CurrDate>=Enddate.
And in wait add timeout condition to timeout on every monday.
In Decision 2, Check again CurrDate>=Enddate.
I think in this way you can achieve it.
Regards,
Wasimkhan S
where i can find that hour glass widget and execute task widget
The solution you provided has not been fulfilling my needs as i want the action to perform according to the user as user selects its own needs from the dropdown i.e Weekly,Monthly,Daily and according to that action should be perform.
What values to set in wait widget?
Hello,
You can use timer for automatic task
Create a timer
Scheduled it on week day Monday
In timer logic check is currdate >enddate
Keep enddate in site property, to avoid code changes and publish
Regards
Shradha
Just adding what Shradha said, with this solution timer is always running, only thing is it will not execute the task,
So we need to deactivate the timer after, do the following once the end date reached
Update 2 columns of the CyclicJobShared system entity, then timer is deactivated immediately.
Thanks,
Balasubramanian