Ironclad · Arazzo Workflow

Ironclad Pause and Resume a Workflow

Version 1.0.0

Retrieve a workflow, pause it with a comment, then resume it with a comment.

1 workflow 1 source API 1 provider
View Spec View on GitHub Contract Lifecycle ManagementCLMContractsLegal TechLegalOpsEnterpriseWorkflowsE-SignatureClickwrapArtificial IntelligenceAuthenticationSCIMWebhookArazzoWorkflows

Provider

ironclad

Workflows

pause-and-resume-workflow
Retrieve a workflow, pause it, then resume it.
Retrieves a workflow, pauses the active workflow with a comment, and resumes it with a comment.
3 steps inputs: authorization, pauseMessage, resumeMessage, workflowId outputs: paused, resumed, step
1
retrieveWorkflow
Retrieve the workflow to confirm its current step before pausing.
2
pauseWorkflow
Pause the active workflow with an explanatory comment.
3
resumeWorkflow
Resume the paused workflow with an explanatory comment.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ironclad Pause and Resume a Workflow
  summary: Retrieve a workflow, pause it with a comment, then resume it with a comment.
  description: >-
    A workflow control loop for the Review step. The flow retrieves the workflow
    to confirm its current step, pauses the active workflow with an explanatory
    comment, and then resumes the paused workflow with a comment. Each step
    inlines its request so the chain can be read and executed without opening
    the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: workflowsApi
  url: ../openapi/ironclad-workflows-api-openapi.yml
  type: openapi
workflows:
- workflowId: pause-and-resume-workflow
  summary: Retrieve a workflow, pause it, then resume it.
  description: >-
    Retrieves a workflow, pauses the active workflow with a comment, and resumes
    it with a comment.
  inputs:
    type: object
    required:
    - authorization
    - workflowId
    - pauseMessage
    - resumeMessage
    properties:
      authorization:
        type: string
        description: Bearer token for the Ironclad Authorization header.
      workflowId:
        type: string
        description: The unique identifier of the workflow.
      pauseMessage:
        type: string
        description: The comment message explaining why the workflow is being paused.
      resumeMessage:
        type: string
        description: The comment message explaining why the workflow is being resumed.
  steps:
  - stepId: retrieveWorkflow
    description: >-
      Retrieve the workflow to confirm its current step before pausing.
    operationId: retrieve-a-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.workflowId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      step: $response.body#/step
  - stepId: pauseWorkflow
    description: >-
      Pause the active workflow with an explanatory comment.
    operationId: pause-a-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.workflowId
    requestBody:
      contentType: application/json
      payload:
        comment:
          message: $inputs.pauseMessage
    successCriteria:
    - condition: $statusCode == 204
    outputs:
      paused: $statusCode
  - stepId: resumeWorkflow
    description: >-
      Resume the paused workflow with an explanatory comment.
    operationId: resume-a-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.workflowId
    requestBody:
      contentType: application/json
      payload:
        comment:
          message: $inputs.resumeMessage
    successCriteria:
    - condition: $statusCode == 204
    outputs:
      resumed: $statusCode
  outputs:
    step: $steps.retrieveWorkflow.outputs.step
    paused: $steps.pauseWorkflow.outputs.paused
    resumed: $steps.resumeWorkflow.outputs.resumed

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/ironclad-pause-and-resume-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.