From 69193ddc8d18050976674a870a069ce0c4f4aa0a Mon Sep 17 00:00:00 2001 From: "openfn-staging[bot]" Date: Thu, 5 Sep 2024 16:42:30 +0000 Subject: [PATCH] user ayodele@openfn.org initiated a sync from Lightning --- ...3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml | 14 ++++++++++++++ ...c9be-dd0e-440a-b271-122f44f064a5-state.json | 18 ++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml b/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml index 7d80e71..d1144d5 100644 --- a/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml +++ b/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml @@ -35,6 +35,15 @@ workflows: // Check out the Job Writing Guide for help getting started: // https://docs.openfn.org/documentation/jobs/job-writing-guide + Another-branch: + name: Another branch + adaptor: '@openfn/language-common@latest' + credential: null + body: | + + // Check out the Job Writing Guide for help getting started: + // https://docs.openfn.org/documentation/jobs/job-writing-guide + triggers: webhook: type: webhook @@ -55,3 +64,8 @@ workflows: target_job: Fix-this condition_type: on_job_success enabled: true + Do-something-new->Another-branch: + source_job: Do-something-new + target_job: Another-branch + condition_type: on_job_success + enabled: true diff --git a/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-state.json b/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-state.json index 62a1c5c..39c0277 100644 --- a/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-state.json +++ b/openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-state.json @@ -19,8 +19,8 @@ "test-with-dangling-node": { "id": "6aef35fa-1f2d-4ca0-b0d7-1e696e1c58ad", "name": "test with dangling node", - "inserted_at": "2024-09-05T16:33:59.518521Z", - "lock_version": 4, + "inserted_at": "2024-09-05T16:42:02.600561Z", + "lock_version": 5, "triggers": { "webhook": { "enabled": true, @@ -49,6 +49,13 @@ "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 + }, + "Another-branch": { + "id": "fcc8ef94-9dee-4dfc-80c0-6fdb89214ef6", + "name": "Another branch", + "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 } }, "edges": { @@ -72,6 +79,13 @@ "source_job_id": "887ac6c9-7640-4f66-8f7d-55cb151a163b", "condition_type": "on_job_success", "target_job_id": "f8e89521-fed1-4ae0-837e-04e9753e07ee" + }, + "Do-something-new->Another-branch": { + "enabled": true, + "id": "090d2320-8f00-413f-89bc-b7fb06d938bb", + "source_job_id": "887ac6c9-7640-4f66-8f7d-55cb151a163b", + "condition_type": "on_job_success", + "target_job_id": "fcc8ef94-9dee-4dfc-80c0-6fdb89214ef6" } } }