Skip to main content

At the moment, in my workflow, there is one step to send email. At 15th each month, I need this step will be executed every month. I don’t know how to.

Note : 15th , email receiver, content from tables in database

Help me

Thanks all

Hi,

 

Just a quick question, you are looking for automating emails sending that send every month a mail on 15th;

If its your query why dont you have it done using task scheduler?

 

Cheers.,

Prajwal Shambhu


I agree with Prajwal, if the only requirement is to send email reminders every 15 of the month. 

 

a) Create a Task Scheduler Job

b) Configure the C# Script to Query your DB and get the appropiate values

c) Send the Email.

 

Nothing to do with K2.

 

 

Now if you like to get the results from K2 in a View an include in that View the email of the people IDs, and Values there is a way:

 

Check:

http://community.k2.com/t5/K2-blackpearl/Ability-to-schedule-Loops-and-Workflows-in-BlackPearl/m-p/86451#M26656

 

Basically same thing schedule a powershell script to run. check for the day of the month if is "15" then continue doing something otherwise stop.

 

When is doing something according to the post you can open the view that contain your data and the View Page will render... from there you can control what you want to do within the K2 World.

 

Hope this helps.

 

Dino.

 

 


Thanks you K2CaveMan!

i don't so. I think in k2 must have but i don't search it.

http://community.k2.com/t5/K2-blackpearl/How-to-schedule-K2-workflows-that-run-periodically/td-p/76465

and

http://community.k2.com/t5/Previous-Products/Running-a-K2-Blackpoint-process-as-schedule-job/td-p/45791

They have issues same me but thay not get a best solution. i think so

I think, it will config somewhere (exp: workflow, prosess, portal...)


Reply