send_task
Send a Celery task directly without requiring prior registration on the worker. Specify task name, arguments, and options to trigger execution.
Instructions
Send a task via send_task (does not require task to be registered on the worker).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskname | Yes | ||
| args | No | ||
| kwargs | No | ||
| options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |