Skip to main content
Skip table of contents

Coalesce - Check Job Status (Deprecated)

Overview

This Blueprint has been deprecated. Please use the vendor's "Trigger" Blueprint and set the "Wait for Completion" option to "True". Using this new option is free, more stable, and will complete faster. Read more about this change [here](https://www.shipyardapp.com/blog/orchestrate-data-tools-free). Check the status of a specific Coalesce job and return with the final status. Best used if run immediately after the Coalesce - Start Job blueprint.

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenCOALESCE_ACCESS_TOKENPassword--The Coalesce API token
Run IDCOALESCE_RUN_IDInteger--The ID of the specific run to query

YAML

Below is the YAML template

YAML

source:
  template: Coalesce - Check Job Status (Deprecated)
  inputs:
    COALESCE_ACCESS_TOKEN:
    COALESCE_RUN_ID:
  type: TEMPLATE
guardrails:
  retry_count: 4
  retry_wait: 0h5m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 214
    - 210
    - 213
    - 201
    - 200
    - 213
    - 202

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.