Process name
{%- if not handler -%}
{%- for process_name, process_entry in synergy_process_context.items() -%}
{{ process_name }}
{%- endfor -%}
{%- else -%}
{%- endif -%}
Entry name
Name of the schedulable item. Has to be unique.
Description
Human-readable description of the schedulable item
Is Active
Defines whether the schedulable is active and running OR deactivated and idle
Trigger time
-
every XXX
where XXX stands for seconds;
For instance:
every 60
-
at DoW-HH:MM, ..., DoW-HH:MM
where DoW is numerical Day Of Week (Mon-0, Sun-6, *-every day);
For instance:
at 2-15:00
- specifies Wed, 15:00 UTC
at *-12:00, 3-09:09
specifies everyday at 12:00 UTC and Thu at 15:00 UTC
Arguments
{%- if handler -%} {{ handler.process_entry.arguments|jsonify }} {%- else -%} {"cmd_path": "", "cmd_file": "", "cmd_args": "", "cmd_host": "" } {%- endif -%}
This is process-specific set of arguments that are used to construct and run an actual job
{%- if not handler -%}
Insert
{%- else -%}
Update
Delete
{%- endif -%}
Cancel