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[bot] authored and github-actions[bot] committed Oct 23, 2024
1 parent 2b269d8 commit 1876cf7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 26 deletions.
32 changes: 6 additions & 26 deletions openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,16 @@ credentials:
[email protected]:
name: OpenMRS Demo
owner: [email protected]
'[email protected](HTTP)':
"[email protected](HTTP)":
name: 'OpenMRS Demo (HTTP)'
owner: [email protected]
'[email protected]([email protected])-2':
"[email protected]([email protected])-2":
name: 'googlesheets ([email protected])-2'
owner: [email protected]
[email protected]:
name: mtuchi-github-token
owner: [email protected]
workflows:
Sharepoint-test:
name: Sharepoint test
jobs:
New-job:
name: New job
adaptor: '@openfn/language-msgraph@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
enabled: true
edges:
webhook->New-job:
source_trigger: webhook
target_job: New-job
condition_type: always
enabled: true
fetch-metadata-and-generate-opts-json:
name: fetch-metadata-and-generate-opts-json
jobs:
Expand All @@ -54,6 +32,7 @@ workflows:
credential: null
body:
path: workflows/wf3/1-fetch-metadata.json

Map-metadata-file-to-option-set-Json-format:
name: Map metadata file to option-set Json format
adaptor: '@openfn/language-common@latest'
Expand All @@ -67,6 +46,7 @@ workflows:
credential: null
body:
path: workflows/wf3/3-save-options.json

triggers:
webhook:
type: webhook
Expand Down Expand Up @@ -139,7 +119,7 @@ workflows:
adaptor: '@openfn/language-msgraph@latest'
credential: [email protected]
body: |
// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
get('sites/root/lists')
Expand All @@ -162,7 +142,7 @@ workflows:
adaptor: '@openfn/language-googlesheets@latest'
credential: '[email protected]([email protected])-2'
body: |
getValues('1OuR7laA7Oc2QnoiT8S3Thhf-HNh7uFY8ILLEu-idXuk',
'optionsets_oct1')
Expand Down
3 changes: 3 additions & 0 deletions workflows/wf3/1-fetch-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
3 changes: 3 additions & 0 deletions workflows/wf3/2-map-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide
3 changes: 3 additions & 0 deletions workflows/wf3/3-save-options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

// Check out the Job Writing Guide for help getting started:
// https://docs.openfn.org/documentation/jobs/job-writing-guide

0 comments on commit 1876cf7

Please sign in to comment.