Skip to main content
createTask creates a task in a workspace, project, or parent-task context.
automations/create-asana-task.automation.ts
name is required, plus at least one of workspaceId, non-empty projectIds, or parentId. Optional fields are assignee (GID, email, "me", or null), assigneeStatus, completed, customFields, dueAt, dueOn, followerIds, htmlNotes, notes, startAt, startOn, subtype, and account. Use only one description format, one due format, and one start format. Timestamp fields accept Date or an ISO timestamp with offset; date fields use YYYY-MM-DD. startAt requires dueAt; startOn requires a due date or time. Returns the created AsanaTask.