-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes accepted by Lightning; updated current project state
- Loading branch information
1 parent
7eb1abf
commit ae7d941
Showing
1 changed file
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "regression-testing", | ||
"description": null, | ||
"inserted_at": "2024-09-05T16:03:07Z", | ||
"updated_at": "2024-09-05T16:03:07Z", | ||
"updated_at": "2024-09-05T16:33:08Z", | ||
"project_credentials": { | ||
"[email protected]_Testing_Underscores": { | ||
"id": "82980209-cc99-4503-954f-828b8a3cdab4", | ||
|
@@ -19,19 +19,29 @@ | |
"test-with-dangling-node": { | ||
"id": "6aef35fa-1f2d-4ca0-b0d7-1e696e1c58ad", | ||
"name": "test with dangling node", | ||
"inserted_at": "2024-09-05T16:03:50.552947Z", | ||
"lock_version": 2, | ||
"triggers": { | ||
"webhook": { | ||
"edges": { | ||
"webhook->New-job": { | ||
"enabled": true, | ||
"id": "fea38a01-e8e5-4bd8-88b0-c47e66e6e65a", | ||
"type": "webhook" | ||
"id": "4390223a-0ef3-4bb1-8fc3-c81d998b01c9", | ||
"source_trigger_id": "fea38a01-e8e5-4bd8-88b0-c47e66e6e65a", | ||
"condition_type": "always", | ||
"target_job_id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4" | ||
}, | ||
"New-job->Do-something-new": { | ||
"enabled": true, | ||
"id": "b1282999-771d-4043-86cc-bbb43f7ed37d", | ||
"source_job_id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4", | ||
"condition_type": "on_job_success", | ||
"target_job_id": "887ac6c9-7640-4f66-8f7d-55cb151a163b" | ||
} | ||
}, | ||
"concurrency": null, | ||
"inserted_at": "2024-09-05T16:03:31Z", | ||
"updated_at": "2024-09-05T16:33:08Z", | ||
"jobs": { | ||
"New-job": { | ||
"id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4", | ||
"name": "New job", | ||
"name": "New job in a test", | ||
"body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n", | ||
"adaptor": "@openfn/language-common@latest", | ||
"project_credential_id": null | ||
|
@@ -44,20 +54,13 @@ | |
"project_credential_id": null | ||
} | ||
}, | ||
"edges": { | ||
"webhook->New-job": { | ||
"enabled": true, | ||
"id": "4390223a-0ef3-4bb1-8fc3-c81d998b01c9", | ||
"source_trigger_id": "fea38a01-e8e5-4bd8-88b0-c47e66e6e65a", | ||
"condition_type": "always", | ||
"target_job_id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4" | ||
}, | ||
"New-job->Do-something-new": { | ||
"deleted_at": null, | ||
"lock_version": 3, | ||
"triggers": { | ||
"webhook": { | ||
"enabled": true, | ||
"id": "b1282999-771d-4043-86cc-bbb43f7ed37d", | ||
"source_job_id": "abb99c8f-3dc0-45ef-8c12-14a173a22db4", | ||
"condition_type": "on_job_success", | ||
"target_job_id": "887ac6c9-7640-4f66-8f7d-55cb151a163b" | ||
"id": "fea38a01-e8e5-4bd8-88b0-c47e66e6e65a", | ||
"type": "webhook" | ||
} | ||
} | ||
} | ||
|