taskId property

String? taskId
getter/setter pair

The identifier of this task within its parent event config, specified by the client.

This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_id).

Required.

Implementation

core.String? taskId;