Skip to documentation
Bonafide integration

Get Task Categories & Outcomes

Perform Get Task Categories & Outcomes through Bonafide.

View as Markdown
bonafide_get_task_form_metadata
readbonafide

Inputs

  • task_id
    expression
    Task Id

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • categoriesCategories
  • outcomesOutcomes
  • messageMessage
  • error_messageError Message
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "task_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "message": {},
    "success": {},
    "outcomes": {},
    "categories": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all Bonafide actions