asana.createTask requires a workspace, project, or parent task.
automations/create-asana-task.automation.ts
name and at least one of workspaceId, non-empty projectIds, or parentId. Optional assignee accepts an Asana GID, email, "me", or null. Other optional inputs are assigneeStatus, completed, customFields, dueAt, dueOn, followerIds, htmlNotes, notes, startAt, startOn, and subtype. Optional second argument { account } selects the Asana binding.
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.