Versions Compared

Key

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

...

Scheduled Events can be used to trigger actions within FlexDeploy or in other applications based on user-defined time intervals. FlexDeploy offers the ability to execute any groovy script functions when the scheduled time is reached, called Functions. For example, you can setup a Function to send out monthly reports on deployment history of environments over email. The flexibility of groovy scripts and FlexDeploy’s model allows users to accomplish exactly what they need.

...

In order to take advantage of FlexDeploy’s Scheduled Events, you must first create a Function. When creating this a function, you must setup a cron expression that specifies the interval of when the script will be executed. Once the next execution time specified by the cron expression is reached, FlexDeploy will automatically execute the script belonging to the function.

...