Using Scheduled Workflows
A workflow can be started via a timer event by defining a schedule for the workflow. To create and maintain schedules for a workflow, the property scheduled must be added to the Object workflow and must be set to true. See the scheduled property in example "Using Workflow Properties" in Coding Workflow Schedules.
Schedules can be created in the following ways:
-
Using the CLI interface as described in Using a Scheduled Workflow
-
Using an array type property named
schedulesin the Object workflow as described in Coding Workflow Schedules
Schedules can be changed via the CLI interface by an administrator with appropriate authorizations for the workflow.