Add Task
- Click on the menu option named “Add task” at the top to create a new task.
- You must fill in the required information. The page is divided in two sections (General properties and Custom properties).
- Finally, click on the button “Create task”.
General properties
Section titled “General properties”Description:
| Property | Type | Description | Required |
|---|---|---|---|
| Name | String | The name of the task. | Yes. |
| Processor | Plugin | Plugin to be executed. | Yes. |
| Periodic task | Boolean | Indicates whether the task is periodic. | Optional. |
| Scheduled expression | String | Set a Cron expression for the task schedule. If the expression is not a valid cron expression, it will produce an error and the task will not be executed. |
Required when the periodic task checkbox is checked. |
Custom properties
Section titled “Custom properties”This section shows the specific processor properties. Each processor shows its own properties in a form, which must be filled in order to be able to execute the task.
This form is shown when the Processor is selected from the dropdown list in the general properties section.