task-add
Fügt eine Aufgabe hinzu, die etwas darstellt, das von jemandem oder etwas erledigt werden soll.
| Request Body — REQUIRED | |||||||
|---|---|---|---|---|---|---|---|
type string — REQUIRED | |||||||
kind stringPossible values: [ Art des Arbeitselements (Aufgabe, Projekt, Ziel, Entscheidung) | |||||||
domain string | |||||||
data — REQUIREDDaten, die an die Aufgabe übergeben werden to the task, this is manly when the task is a tool call | |||||||
priority integerPossible values: value ≤ 4 Integer priority in [0…4]. Higher number = higher priority (ordered and scheduled before lower values). 0: normal · 1: medium · 2: high · 3: critical · 4: extreme. | |||||||
maxRetries number | |||||||
botId number | |||||||
chunkId uuidPossible values: Value must match regular expression | |||||||
scheduledFor stringDatum und Uhrzeit in ISO8601 format when the task should be executed | |||||||
subtaskOfID of the task this task is a subtask of | |||||||
blocks uuid[]Possible values: Value must match regular expression IDs of the tasks this task blocks, thus tasks that can only be done if this task is complete | |||||||
blockedBy uuid[]Possible values: Value must match regular expression IDs of the tasks this task blocks, thus tasks that must be completed before this task can be started or continued | |||||||
agentId uuidPossible values: Value must match regular expression ID of the agent to run the task | |||||||
toolId stringID of the tool to run the task | |||||||
name stringName of the task, mainly used in the UI | |||||||
description string | |||||||
repeat stringLegacy: Cron expression for task repetition | |||||||
repetitionPattern objectGerman repetition pattern
| |||||||
repetitionText stringOriginal German repetition text | |||||||
duration | |||||||
deadline stringdate and time in ISO8601 format when the task must be completed | |||||||
repetitionTimeout | |||||||
spaceId uuidPossible values: Value must match regular expression | |||||||
parentTaskId uuidPossible values: Value must match regular expression | |||||||
isPersonalAssistantFlag, das anzeigt, task is for personal assistant (vs user) | |||||||
repetitionOf uuidPossible values: Value must match regular expression | |||||||
facets object | |||||||
silent booleanInternal system task: no subscriptions, attention requests or user notifications |
| Responses | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Successful response
| ||||||||||||||||||||||||||||||||||||||||||||||
400Ungültige Eingabedaten
| ||||||||||||||||||||||||||||||||||||||||||||||
401Autorisierung nicht angegeben
| ||||||||||||||||||||||||||||||||||||||||||||||
403Unzureichende Berechtigung
| ||||||||||||||||||||||||||||||||||||||||||||||
500Interner Serverfehler
|