Erathos
Prerequisites
Templates
Trigger execution
{
"description": "RUN job1 when job2 finishes successfully using the same refresh type",
"is_active": true,
"method": "POST",
"url": "https://api.erathos.com/developers/workspaces/${{variables.erathos_workspace_id}}/jobs/<ERATHOS_JOB2_ID>/run/?force_full_refresh=${{erathos.force_history}}",
"header": {
"Authorization": "Api-Key ${{secrets.erathos_api_key}}"
},
"body": null,
"rules": [
{
"variable_name": "STATUS",
"operation": "EQUAL",
"value": "FINISHED"
}
],
"jobs": [
"<ERATHOS_JOB1_ID>"
]
}Cancel execution
Last updated

