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.
Latest changes from
next-staging
(#76)
* Cleanup workflow codes (#73) * remove unused code * temporary add collections in job code (#74) For offline support until we migrate to collections * Changes accepted by Lightning; updated current project state * user [email protected] initiated a sync from Lightning * Changes accepted by Lightning; updated current project state --------- Co-authored-by: aleksa-krolls <[email protected]> Co-authored-by: openfn[bot] <openfn[bot]@users.noreply.github.com> Co-authored-by: mtuchi <[email protected]>
- Loading branch information
1 parent
35c831d
commit ca20594
Showing
12 changed files
with
45,877 additions
and
448 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 |
---|---|---|
|
@@ -78,21 +78,21 @@ workflows: | |
jobs: | ||
Fetch-Metadata: | ||
name: Fetch Metadata | ||
adaptor: '@openfn/language-http@latest' | ||
adaptor: '@openfn/language-http@6.5.1' | ||
credential: null | ||
body: | ||
path: workflows/wf1/1-fetch-metadata.js | ||
|
||
Get-Teis-and-Locations: | ||
name: Get Teis and Locations | ||
adaptor: '@openfn/language-dhis2@latest' | ||
adaptor: '@openfn/language-dhis2@5.0.1' | ||
credential: [email protected] | ||
body: | ||
path: workflows/wf1/2-get-teis-and-locations.js | ||
|
||
Create-Patients: | ||
name: Create Patients | ||
adaptor: '@openfn/language-openmrs@latest' | ||
adaptor: '@openfn/language-openmrs@4.1.3' | ||
credential: [email protected] | ||
body: | ||
path: workflows/wf1/3-create-patients.js | ||
|
@@ -139,7 +139,7 @@ workflows: | |
jobs: | ||
Get-Patients: | ||
name: Get Patients | ||
adaptor: '@openfn/language-openmrs@latest' | ||
adaptor: '@openfn/language-openmrs@4.1.3' | ||
credential: [email protected] | ||
body: | ||
path: workflows/wf2/1-get-patients.js | ||
|
@@ -153,7 +153,7 @@ workflows: | |
|
||
Get-Encounters: | ||
name: Get Encounters | ||
adaptor: '@openfn/language-http@latest' | ||
adaptor: '@openfn/language-http@6.5.1' | ||
credential: '[email protected](raw)' | ||
body: | ||
path: workflows/wf2/3-get-encounters.js | ||
|
@@ -174,7 +174,7 @@ workflows: | |
|
||
Mappings: | ||
name: Mappings | ||
adaptor: '@openfn/language-http@latest' | ||
adaptor: '@openfn/language-http@6.5.1' | ||
credential: null | ||
body: | ||
path: workflows/wf2/2-mappings.js | ||
|
329 changes: 169 additions & 160 deletions
329
openfn-69066751-5f2c-459c-b42e-feba1c802383-state.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.