Skip to documentation
ClaimSoft integration

Complete WIP Tasks

Perform Complete WIP Tasks through ClaimSoft.

View as Markdown
claimsoft_complete_wip_tasks
writeclaimsoft

Inputs

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • wip_id
    expressionrequired
    Wip Id

    Required literal value or workflow expression.

  • task_descriptions
    json
    Task Descriptions

    Optional JSON value.

Outputs

  • successSuccess
  • wip_idWip Id
  • tasks_completedTasks Completed
  • tasks_absentTasks Absent
  • outcomeOutcome
  • messageMessage
  • error_kindError Kind
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

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

Input schema
{
  "type": "object",
  "required": [
    "patient_id",
    "order_id",
    "wip_id"
  ],
  "properties": {
    "wip_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "task_descriptions": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "wip_id": {},
    "message": {},
    "outcome": {},
    "success": {},
    "error_kind": {},
    "tasks_absent": {},
    "tasks_completed": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions