Edit the task
Module: {{task.module}}
Created: {{task.createdAt | date}}
Activated: {{task.active ? 'yes' : 'no'}}
Description: {{task.description}}
Options: {{task.options}}
You can either start or stop the task. When the the task is started the triggers are all running.
Executions:
| # |
Type |
Actions |
| {{execution.id | truncate : 10}} |
{{execution.type == 1 ? "Direct" : "Scenario"}} |
|