{{ template "head.html" }}
{{ template "header.html" }}
Edit planner
{{ .Action.Title }}
(ID:
{{ .Action.ID }}
)
{{ if .Action.Description }}
{{ .Action.Description }}
{{ end }}
Title:
Description:
{{ .Planner.Description }}
Schedule:
Enter cron schedule, if you want use it.
Repeat delay:
Enter amount of seconds. Leave blank, if you don't want to schedule task by time.
Failure delay:
Enter amount of seconds. Leave blank, if you don't want to separate failure from success.
Allow overlaps:
No
Yes
If you selected «
Yes
», then planner can run task even if another one is still running.
Listen success:
Enter comma separated ID's of planners, that should trigger this planner on success. Example: «
1,2,3,4,5
».
Listen failure:
Enter comma separated ID's of planners, that should trigger this planner on failure. Example: «
1,2,3,4,5
».
Failure mails:
Enter comma separated login's of users that should have failure email. Example: «
user1,user2
».
{{ template "edit_task_options.html" .Action.Options }}