---
title: "Async Work Creation"
method: POST
path: "/task_blueprints/{taskBlueprintId}/launch_async"
tags: ["Task Blueprints"]
---

# Async Work Creation

`POST /task_blueprints/{taskBlueprintId}/launch_async`

Task Blueprint Launch, returns async job.

<b>Scopes:</b> Default, wsReadWrite

## Path parameters

- `taskBlueprintId` string, required

## Query parameters

- `superTaskId` string
- `parentId` string
- `title` string, required — Title (required)
- `titlePrefix` string — Title prefix for all copied tasks
- `copyDescriptions` boolean — Copy descriptions or leave empty
- `notifyResponsibles` boolean — Notify those responsible
- `copyResponsibles` boolean — Copy those responsible
- `copyCustomFields` boolean — Copy custom fields
- `copyAttachments` boolean — Copy attachments
- `rescheduleDate` string — Date to use in task rescheduling. Note: Only active tasks can be rescheduled. Format: yyyy-MM-dd<br>Format: yyyy-MM-dd
- `rescheduleMode` 'Start' | 'End' — * `Start` - Tasks in scope are rescheduled starting from reschedule date * `End` - Tasks in scope are rescheduled ending with reschedule date
- `entryLimit` number — Maximum number of tasks/folders in tree for copy. The operation will fail if limit is exceeded. This should be 1..250

## Response `2XX`

success response

- object
  - `data` AsyncJob[] — unresolved $ref
  - `kind` 'accounts' | 'users' | 'contacts' | 'assets' | 'eDiscoveryReport' | 'folders' | 'folderTree' | 'tasks' | 'taskIds' | 'timelogs' | 'timelogCategories' | 'timelogLockPeriods' | 'timetrackerTimers' | 'comments' | 'attachments' | 'url' | 'version' | 'dataExport' | 'dataExportSchema' | 'auditLog' | 'accessRoles' | 'stream' | 'changes' | 'posts' | 'mailSettings' | 'integrationInfo' | 'gmailIntegrationSettings' | 'workTypesForIntegrations' | 'ids' | 'backups' | 'domains' | 'dependencies' | 'workflows' | 'workschedules' | 'workscheduleExclusions' | 'workscheduleUserExclusions' | 'customfields' | 'customfieldIds' | 'customstatuses' | 'invitations' | 'notifications' | 'jobroles' | 'placeholders' | 'groups' | 'session' | 'dashboards' | 'widgets' | 'taskCreationSettings' | 'colors' | 'experiments' | 'topics' | 'topicComments' | 'webhooks' | 'reviews' | 'boards' | 'textSearch' | 'chatChannels' | 'chatMessages' | 'forms' | 'requestForms' | 'request' | 'report' | 'platformWidgets' | 'platformWidgetInstances' | 'spaces' | 'pdf' | 'customerSatisfaction' | 'asyncJob' | 'approvals' | 'highlights' | 'highlightsList' | 'highlightsSettings' | 'highlightsCard' | 'timesheet' | 'timesheetRow' | 'timesheetSubmissionRule' | 'mobileFeatures' | 'mobileSettings' | 'folderBlueprintTree' | 'taskBlueprintTree' | 'feedback' | 'timeline_snapshot' | 'contactIds' | 'bookings' | 'integrateThreshold' | 'hourlyRatesProvision' | 'hourlyRates' | 'projectTeamMembers' | 'contactsHistory' | 'tasksHistory' | 'foldersHistory' | 'activityDigest' | 'workItemTemplates' | 'workTemplates' | 'workItemMetadata' | 'workItem' | 'customItemTypes' | 'verificationCode' | 'views' | 'listView' | 'tableView' | 'userTypes' | 'reactions' | 'externalRequesters' | 'workscheduleCapacityOverrides' | 'userCapacityOverrides' | 'userCapacityExclusions' | 'rollups' | 'requestFormPrefill' | 'userAggregatedCapacity' | 'cascadingFieldSettings'

## Other responses

- `4XX` — client-side error response
- `5XX` — server-side error response

---

[API](https://skmtc.net/wrike/apis/wrike-api.md) · [All operations](https://skmtc.net/wrike/apis/wrike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wrike/wrike-api/revisions/f1c1279c29d6/schema)
