Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does windows workflow offer a calendar activity?

0
Posted

Does windows workflow offer a calendar activity?

0

ou can simply put the DelayActivity within a sequence in a WhileActivity before an IfElseActivity. The DelayActivity, depending on the granularity you need, can base set to every hour or so. When the workflow is loaded, it will execute the IfElseActivity. If the current date is X, it executes branch 1. If not, it executes branch 2 (do nothing) and loops back to the DelayActivity and waits for an hour. So something like this: WhileActivity -> SequenceActivity -> DelayActivity -> IfElseActivity -> (branch 1, do your code, loop to delay) -> (branch 2, do nothing and loop to delay) Where branch 1 is the conditional path based on a date check.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123