Automations

Cancel an active Automation run

Den schedules Automations and keeps durable run history. Automations created by Desktop run on the owner's connected desktop; Automations created by Web run in OpenWork Cloud. If no desktop runner is connected when a desktop occurrence is due, that occurrence is recorded as missed. Creation makes an Automation active immediately and uses the owner's current OpenWork Connect integrations. Deactivation stops future runs but does not cancel a run already in progress.

post/v1/automation-runs/{id}/cancel

Path parameters

idstring required

Response

Cancellation requested.

Changes

Changed in 3 of the 25 revisions of this API.245

  • f973b1b5b4cf122See the full diff
    • the executionLocation response property const value desktop was removed for the status 200

      response-property-const-removed

    • added the new cloud enum value to the run/executionThread/anyOf[subschema #1]/executionLocation response property for the response status 200

      response-property-enum-value-added

    • added the new desktop enum value to the run/executionThread/anyOf[subschema #1]/executionLocation response property for the response status 200

      response-property-enum-value-added

    • added the optional property run/executionThread/anyOf[subschema #1]/nativeThreadId to the response with the 200 status

      response-optional-property-added

    • added the optional property run/executionThread/anyOf[subschema #1]/workspaceId to the response with the 200 status

      response-optional-property-added

  • 0d4ebf20cbde122See the full diff
    • the executionTarget response property const value desktop was removed for the status 200

      response-property-const-removed

    • added the new cloud enum value to the run/executionTarget response property for the response status 200

      response-property-enum-value-added

    • added the new desktop enum value to the run/executionTarget response property for the response status 200

      response-property-enum-value-added

    • added the optional property run/codemodeReceiptId to the response with the 200 status

      response-optional-property-added

    • added the optional property run/validatedResult to the response with the 200 status

      response-optional-property-added

    • added the optional property run/modelVariant to the response with the 200 status

      response-optional-property-added