Scheduled Tasks
Introduced in 2022.1
Scheduled Tasks are non-interactive workflow items in Alloy Navigator that run automatically, on schedule, outside of an object's context. This article describes how to customize the default Scheduled Tasks
You can work with Scheduled Tasks using the Settings App, under Services > Scheduled Tasks.
IMPORTANT: Scheduled Tasks run on the Automation Server, which must be properly configured and started beforehand. For details, see Automation Server.
Default Scheduled Tasks
The default workflow pack includes several pre-configured Scheduled Tasks for default integrations, such as "Microsoft Intune Integration"
INFO: For instructions on how to use the default workflow integrations, see Integrations. For example, Integrations: Microsoft Azure AD Integration.
To enable or disable a Scheduled Task:
-
In Settings, go to Services > Scheduled Tasks, right-click the desired task, and select Enable or Disable from the pop-up menu.
Alternatively, you can open the task to reveal ts details and select the Enabled check box above Schedule.
TIP: You can change the default schedule, if needed.
New Scheduled Tasks
You may want to create new Scheduled Tasks. Once a task has been designed, the workflow engine will run it automatically on the schedule you specify here.
To create a Scheduled Task:
-
In Settings, go to Services > Scheduled Tasks > Tasks.
If you want to base the new task on an existing one, select the source task and click Copy Item. To create a new task from scratch, click New.
The Scheduled Task] window opens.
-
Enter a descriptive task name. Optionally, add a description.
-
To be on the safe side, clear the Enabled check box. You can enable the task later.
-
Review the default schedule and change it, if needed.
-
Under Programming, specify workflow operations the task will perform when run.
IMPORTANT: Scheduled Tasks have no object context, that's why some operations, such as Update Field or Relate To, are not available at the first level. You first need to define the context, for example, using a variable.
-
New - adds a new operation or a conditional block:
-
E-mail Notification - Scheduled Tasks run only E-mail Notification that have been specifically created for them, so-called Scheduled Task E-mail Notifications. You can create and manage such notifications under Services > Scheduled Tasks > Workflow Components > E-mail Notifications.
-
"IF" Group/ "ELSE IF" Group / "ELSE" Group - inserts a conditional block. For details, see Building conditional statements.
-
Edit - allows you to modify the selected operation or a conditional block.
-
Delete - removes the selected operation or a conditional block.
-
Move Up - moves up the selected operation or a conditional block and changes the execution order.
-
Move Down - moves down the selected operation or a conditional block and changes the execution order.
-
-
Click OK.
TIP: As soon as your task starts, you can view statistics on competed task sessions on the Sessions tab or in the log. For details, see Scheduled Tasks Log.