Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the If and Else actions, you can create a work flow that can handle a scenario where you want to execute a different set of actions on a certain day of the month. In this example, I have setup the If action so it will evaluate to true when it's the 15th of any month according to the Agent's clock.

Image RemovedImage Added


I have then placed a Delay action as a child of the If action, inserted an Else action and placed an Execute Program action as a child of the Else action. The effect is, if it's the 15th day of the month then the work flow will delay for 60 seconds, otherwise it will execute a program which I specified in the Execute Program action. Here's what the final work flow looks like.

...