async_apply_task
Apply a Celery task to run asynchronously. Returns the task ID to monitor execution and retrieve results.
Instructions
Execute a task asynchronously and return its task ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskname | Yes | ||
| args | No | ||
| kwargs | No | ||
| options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |