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-demo[bot] authored and github-actions[bot] committed Feb 26, 2024
1 parent 50c7ade commit 74ff849
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ workflows:
# globals:
body: |
fn(state => state);
fn(x => {
console.log("hi there!")
return x;
})
Notify-CHW-upload-successful:
name: Notify CHW upload successful
adaptor: '@openfn/language-http@latest'
Expand Down
4 changes: 2 additions & 2 deletions projectState.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"id": "199b7c78-36b4-4f3d-836f-004a5bb64293",
"name": "OpenHIE Workflow",
"inserted_at": "2024-02-26T00:01:10",
"updated_at": "2024-02-26T13:28:05",
"updated_at": "2024-02-26T13:37:15",
"project_id": "4adf2644-ed4e-4f97-a24c-ab35b3cb1efa",
"deleted_at": null,
"triggers": {
Expand All @@ -32,7 +32,7 @@
"Send-to-OpenHIM-to-route-to-SHR": {
"id": "918a439b-1f62-4357-b823-be031dae7bab",
"name": "Send to OpenHIM to route to SHR",
"body": "fn(state => state);\n",
"body": "fn(state => state);\nfn(x => {\n console.log(\"hi there!\")\n return x;\n})",
"adaptor": "@openfn/language-http@latest"
},
"Notify-CHW-upload-successful": {
Expand Down

0 comments on commit 74ff849

Please sign in to comment.