Skip to content

Commit

Permalink
user [email protected] initiated a sync from Lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
openfn-staging[bot] authored and github-actions[bot] committed Sep 5, 2024
1 parent 0fe1cf5 commit 69193dd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
18 changes: 16 additions & 2 deletions openfn-49c3c9be-dd0e-440a-b271-122f44f064a5-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}
}
}
Expand Down

0 comments on commit 69193dd

Please sign in to comment.