Name | Type | Description | Notes |
---|---|---|---|
conditions | list[TaskCondition] | Conditions - optional list of conditions to run when task is conditional. we check conditions by their order (e.i. - considering the first one that satisfied) | [optional] |
continue_on_error | bool | [optional] | |
default_assignee | str | [optional] | |
default_assignee_complex | AdvanceArg | [optional] | |
default_reminder | int | [optional] | |
evidence_data | EvidenceData | [optional] | |
field_mapping | list[FieldMapping] | [optional] | |
form | DataCollectionForm | [optional] | |
form_display | FormDisplay | [optional] | |
id | str | [optional] | |
ignore_worker | bool | Do not run this task in a worker | [optional] |
loop | TaskLoop | [optional] | |
message | NotifiableItem | [optional] | |
next_tasks | dict(str, list[str]) | [optional] | |
note | bool | [optional] | |
quiet_mode | QuietMode | [optional] | |
reputation_calc | ReputationCalcAlg | [optional] | |
restricted_completion | bool | [optional] | |
script_arguments | dict(str, AdvanceArg) | [optional] | |
separate_context | bool | [optional] | |
skip_unavailable | bool | SkipUnavailable if true then will check if automation exists, integration of that command is installed and active or sub playbook exists in Demisto | [optional] |
sla | SLA | [optional] | |
sla_reminder | SLA | [optional] | |
task | Task | [optional] | |
task_id | str | [optional] | |
timer_triggers | list[TimerTrigger] | SLA fields | [optional] |
type | TaskType | [optional] | |
view | TaskView | [optional] |