Back to Work
Connect Knoon AI with Work (System) to automate AI workflows.
Start a task in the background without waiting for its output.
systemWorkStart
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| workBoxId | file | Work box to run. | Yes |
| query | mustache | Text to send as the first work message. | Yes |
| attachments | array (attachment) | Optional array of attachment agent variables. | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE. |
| sensitive.workId | string | Created work ID. |
| sensitive.workBoxId | string | Work box ID used. |
| sensitive.messageId | string | Created message ID. |
| sensitive.attachmentsCount | number | Number of uploaded attachments. |



