Ironclad · Arazzo Workflow

Ironclad Cancel a Workflow with an Audit Comment

Version 1.0.0

Retrieve a workflow, add an explanatory comment, then cancel the workflow.

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

Provider

ironclad

Workflows

cancel-workflow-with-comment
Retrieve a workflow, add a comment, then cancel it.
Retrieves a workflow, posts an activity-feed comment, and cancels the workflow with a cancellation comment.
3 steps inputs: authorization, cancelMessage, commentText, workflowId outputs: cancelled, comment, step
1
retrieveWorkflow
Retrieve the workflow to confirm it exists and capture its current step.
2
addComment
Add an explanatory comment to the workflow's activity feed before cancelling.
3
cancelWorkflow
Cancel the workflow with a recorded cancellation comment.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ironclad Cancel a Workflow with an Audit Comment
  summary: Retrieve a workflow, add an explanatory comment, then cancel the workflow.
  description: >-
    Cleanly terminates a contract workflow while leaving an audit trail. The
    flow retrieves the workflow to confirm it exists and its current step, adds
    an explanatory comment to the workflow's activity feed, and then cancels the
    workflow with a cancellation 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: cancel-workflow-with-comment
  summary: Retrieve a workflow, add a comment, then cancel it.
  description: >-
    Retrieves a workflow, posts an activity-feed comment, and cancels the
    workflow with a cancellation comment.
  inputs:
    type: object
    required:
    - authorization
    - workflowId
    - commentText
    - cancelMessage
    properties:
      authorization:
        type: string
        description: Bearer token for the Ironclad Authorization header.
      workflowId:
        type: string
        description: The unique identifier or Ironclad ID of the workflow.
      commentText:
        type: string
        description: The activity-feed comment to add before cancelling.
      cancelMessage:
        type: string
        description: The cancellation comment message recorded on the workflow.
  steps:
  - stepId: retrieveWorkflow
    description: >-
      Retrieve the workflow to confirm it exists and capture its current step.
    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: addComment
    description: >-
      Add an explanatory comment to the workflow's activity feed before
      cancelling.
    operationId: create-a-comment-on-a-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $inputs.workflowId
    requestBody:
      contentType: application/json
      payload:
        comment: $inputs.commentText
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      comment: $response.body
  - stepId: cancelWorkflow
    description: >-
      Cancel the workflow with a recorded cancellation comment.
    operationId: cancel-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.cancelMessage
    successCriteria:
    - condition: $statusCode == 204
    outputs:
      cancelled: $statusCode
  outputs:
    step: $steps.retrieveWorkflow.outputs.step
    comment: $steps.addComment.outputs.comment
    cancelled: $steps.cancelWorkflow.outputs.cancelled

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-cancel-workflow-with-comment"
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.