ProcessMaker · Schema

ProcessMaker Task

Schema for a ProcessMaker task (process request token)

BPMBusiness Process ManagementWorkflow-AutomationBPMN 2.0Low-CodeIntelligent AutomationProcess DesignCase ManagementTask ManagementEnterprise Integration

Properties

Name Type Description
id integer Unique identifier for the task
status string Current status of the task
element_id string BPMN element ID of the task node
element_type string BPMN element type (e.g., userTask, serviceTask)
element_name string Display name of the BPMN element
process_id integer ID of the process this task belongs to
process_request_id integer ID of the process request this task is part of
user_id integernull ID of the user assigned to this task
due_at stringnull Due date/time for the task
completed_at stringnull Timestamp when the task was completed
data object Form data associated with the task
created_at string Timestamp when the task was created
updated_at string Timestamp when the task was last updated
View JSON Schema on GitHub

JSON Schema

processmaker-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/processmaker/json-schema/processmaker-task-schema.json",
  "title": "ProcessMaker Task",
  "description": "Schema for a ProcessMaker task (process request token)",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for the task",
      "readOnly": true
    },
    "status": {
      "type": "string",
      "description": "Current status of the task",
      "enum": ["ACTIVE", "CLOSED", "TRIGGERED"]
    },
    "element_id": {
      "type": "string",
      "description": "BPMN element ID of the task node"
    },
    "element_type": {
      "type": "string",
      "description": "BPMN element type (e.g., userTask, serviceTask)"
    },
    "element_name": {
      "type": "string",
      "description": "Display name of the BPMN element"
    },
    "process_id": {
      "type": "integer",
      "description": "ID of the process this task belongs to"
    },
    "process_request_id": {
      "type": "integer",
      "description": "ID of the process request this task is part of"
    },
    "user_id": {
      "type": ["integer", "null"],
      "description": "ID of the user assigned to this task"
    },
    "due_at": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Due date/time for the task"
    },
    "completed_at": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Timestamp when the task was completed",
      "readOnly": true
    },
    "data": {
      "type": "object",
      "description": "Form data associated with the task"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the task was created",
      "readOnly": true
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the task was last updated",
      "readOnly": true
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/processmaker-task"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.