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.
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β
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Access Token | COALESCE_ACCESS_TOKEN | Password | β | - | - | The Coalesce API token |
Run ID | COALESCE_RUN_ID | Integer | β | - | - | The ID of the specific run to query |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: Coalesce - Check Job Status (Deprecated)
inputs:
COALESCE_ACCESS_TOKEN: null ## REQUIRED
COALESCE_RUN_ID: null
type: BLUEPRINT
guardrails:
retry_count: 4
retry_wait: 0h5m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '214'
- '210'
- '213'
- '201'
- '200'
- '213'
- '202'