Workspace Agent Tasks Node
Execute a workspace flow with task completion enforcement, optional reprompting, and success or failure notifications.
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|
| Workspace | workspace | botdojo/types/workspace_reference | | null | |
| External Session ID | external_session_id | botdojo/types/string | Optional external session identifier for the workspace flow. | null | ✅ |
| Use Default Properties | useDefaultProperties | botdojo/types/boolean | If true, will use the default properties for the flow | false | ✅ |
| Reprompt Message | repromptMessage | botdojo/types/string | Follow-up prompt to send if the agent finishes without calling complete_task. | | ✅ |
| Artifact Required | artifactRequired | botdojo/types/boolean | Require a valid artifact id when complete_task reports success. | false | ✅ |
| Success Notification | successNotification | botdojo/types/data | Structured notification settings for successful task completion. | Object | ✅ |
| Failure Notification | failureNotification | botdojo/types/data | Structured notification settings for failed task completion. | Object | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|
| Output | output | botdojo/types/data | Output from the workspace flow | null |
| Session ID | session_id | botdojo/types/string | Session ID from the workspace flow run | null |