Workday Business Processes · JSON Structure

Workday Business Processes Process Instance Structure

A running or completed business process instance

Type: object Properties: 11 Required: 5

Workday Business Processes Process Instance Structure is a JSON Structure definition published by Workday Business Processes, describing 11 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id definitionId processType status initiatorId transactionId startDate endDate currentStep completionPercent cancelReason

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-business-processes/refs/heads/main/json-structure/workday-business-processes-process-instance-structure.json",
  "title": "Process Instance",
  "description": "A running or completed business process instance",
  "type": "object",
  "properties": {
    "id": {
      "description": "Unique process instance identifier",
      "type": "string"
    },
    "definitionId": {
      "description": "Business process definition identifier",
      "type": "string"
    },
    "processType": {
      "description": "Business process type",
      "type": "string"
    },
    "status": {
      "description": "Current process status",
      "type": "string",
      "enum": [
        "INITIATED",
        "IN_PROGRESS",
        "PENDING_ACTION",
        "COMPLETE",
        "CANCELLED",
        "ERROR"
      ]
    },
    "initiatorId": {
      "description": "ID of the user who initiated the process",
      "type": "string"
    },
    "transactionId": {
      "description": "Associated transaction or worker ID",
      "type": "string"
    },
    "startDate": {
      "description": "Process start timestamp",
      "type": "datetime"
    },
    "endDate": {
      "description": "Process completion timestamp",
      "type": "datetime"
    },
    "currentStep": {
      "description": "Name of the current active step",
      "type": "string"
    },
    "completionPercent": {
      "description": "Percentage of steps completed",
      "type": "int32"
    },
    "cancelReason": {
      "description": "Reason for cancellation",
      "type": "string"
    }
  },
  "required": [
    "id",
    "definitionId",
    "processType",
    "status",
    "initiatorId"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/workday-business-processes-process-instance-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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