Syntax
--#:
---is_background:{true|false}
---flag_duplicate_on:{field_name_1}_AND_{field_name_2}_OR_{field_name_2}
---on_stop:{task_start_url}
---on_delete:{task_start_url}
Example
--#:
---is_background:true
---flag_duplicate_on:candidate_first_name_AND_candidate_surname_OR_candidate_email
Options
is_background |
Toggles whether tasks should run in the background. If not set, is_background is false.
|
flag_duplicate_on |
Sets which fields Plainly should use to determine whether a task is a duplicate. If not set, duplicate detection will be turned off.
|
on_stop |
TBD. When set, Plainly will try to start a task using the 'start URL' specified when the task is stopped.
|
on_delete |
TBD. When set, Plainly will try to start a task using the 'start URL' specified when the task is deleted.
|