For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateTaskAssignment

Creates a new TaskAssignment when the action is executed.

Type key

createTaskAssignment

Config keys

Key
Type
Required
Description

title

string

yes

Title of the created task assignment (supports system variables).

description

string | null

no

Description of the created task assignment (supports system variables).

task_template_id

integer

yes

ID of the task template used for the created assignment.

start_date_type

string | null

no

Strategy for resolving start date. Allowed values: now, form_field_result, task_execution_ended_at, task_execution_for_execution_date, null.

start_date_type_form_field_id

integer | null

no

Form field ID used by specific start-date strategies.

start_date_shift_interval

string | null

no

ISO 8601 duration string (DateInterval compatible) that shifts the resolved start date (e.g. PT2H, P1D) or null.

executable_before_interval

string | null

no

ISO 8601 duration string (DateInterval compatible) used as execution window before start date (e.g. PT30M) or null.

executable_after_interval

string | null

no

ISO 8601 duration string (DateInterval compatible) used as execution window after start date (e.g. P1D) or null.

show_before_interval

string | null

no

ISO 8601 duration string (DateInterval compatible) that defines how long before start date the assignment becomes visible (e.g. PT15M) or null.

computed_targetables_workflow_node_index

integer | null

no

Workflow node index used by workflow-node targetable computation.

computed_targetables_system_variable

string | null

no

System variable key used for computed targetables.

computed_targetables_entity_select_field_ids

integer[] | null

no

Entity-select field IDs used for computed targetables.

exclude_executing_targetable

boolean

yes

Excludes the currently executing user/department from targetables.

user_confirmation_required

boolean

yes

Whether assignees must explicitly confirm.

delayed_reason_required

boolean

yes

Whether a delay reason is mandatory.

deny_reason_required

boolean

yes

Whether a deny reason is mandatory.

reset_allowed

boolean

yes

Whether resetting assignment execution is allowed.

Example config

Available computed targetable types

All of computed targetable types are available for createTaskAssignment Action type.

Last updated