20
Views
7
Comments
Automatic Task creation at specific enddates

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????

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

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

UserImage.jpg
Manan Modi

where i can find that hour glass widget and execute task widget

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

UserImage.jpg
Manan Modi

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.

 

UserImage.jpg
Manan Modi

What values to set in wait widget?


2024-07-16 17-36-51
Shradha Rawlani

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

2017-03-03 12-48-17
Balasubramanian Prakasam

Hi,

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.