Only available within a task, the task object contains attributes describing the current task itself.
task
Use {{ task.id }} in a task code
{{ task.id }}
This object is always a hash, containing the following keys:
"id" β string
"id"
"created_at" β string
"created_at"
This object is most useful for scheduling follow-up work for itself, using the "task_ids" option in the "event" action.
Last updated 4 years ago
Was this helpful?