forked from OpenFn/openfn-lime
-
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.
user [email protected] initiated a sync from Lightning
- Loading branch information
1 parent
2b269d8
commit 1876cf7
Showing
4 changed files
with
15 additions
and
26 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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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' | ||
|
@@ -67,6 +46,7 @@ workflows: | |
credential: null | ||
body: | ||
path: workflows/wf3/3-save-options.json | ||
|
||
triggers: | ||
webhook: | ||
type: webhook | ||
|
@@ -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') | ||
|
@@ -162,7 +142,7 @@ workflows: | |
adaptor: '@openfn/language-googlesheets@latest' | ||
credential: '[email protected]([email protected])-2' | ||
body: | | ||
getValues('1OuR7laA7Oc2QnoiT8S3Thhf-HNh7uFY8ILLEu-idXuk', | ||
'optionsets_oct1') | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
// Check out the Job Writing Guide for help getting started: | ||
// https://docs.openfn.org/documentation/jobs/job-writing-guide |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
// Check out the Job Writing Guide for help getting started: | ||
// https://docs.openfn.org/documentation/jobs/job-writing-guide |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
// Check out the Job Writing Guide for help getting started: | ||
// https://docs.openfn.org/documentation/jobs/job-writing-guide |