Skip to content

Commit

Permalink
Restore from resetdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeshe committed Dec 22, 2023
1 parent 89f8011 commit f8f4415
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ workflows:
body: |
fn(state => state);
Send-to-OpenHIM-to-route-SHR:
name: Send to OpenHIM to route SHR
Send-to-OpenHIM-to-route-to-SHR:
name: Send to OpenHIM to route to SHR
adaptor: '@openfn/language-http@latest'
# credential:
# globals:
Expand All @@ -38,14 +38,6 @@ workflows:
body: |
fn(state => state);
dummy:
name: dummy
adaptor: '@openfn/language-common@latest'
# credential:
# globals:
body: |
// Get started by adding operations from the API reference
triggers:
webhook:
type: webhook
Expand All @@ -56,23 +48,18 @@ workflows:
target_job: Transform-data-to-FHIR-standard
condition_type: always
enabled: true
Transform-data-to-FHIR-standard->Send-to-OpenHIM-to-route-SHR:
Transform-data-to-FHIR-standard->Send-to-OpenHIM-to-route-to-SHR:
source_job: Transform-data-to-FHIR-standard
target_job: Send-to-OpenHIM-to-route-SHR
target_job: Send-to-OpenHIM-to-route-to-SHR
condition_type: on_job_success
enabled: true
Send-to-OpenHIM-to-route-SHR->Notify-CHW-upload-successful:
source_job: Send-to-OpenHIM-to-route-SHR
Send-to-OpenHIM-to-route-to-SHR->Notify-CHW-upload-successful:
source_job: Send-to-OpenHIM-to-route-to-SHR
target_job: Notify-CHW-upload-successful
condition_type: on_job_success
enabled: true
Send-to-OpenHIM-to-route-SHR->Notify-CHW-upload-failed:
source_job: Send-to-OpenHIM-to-route-SHR
Send-to-OpenHIM-to-route-to-SHR->Notify-CHW-upload-failed:
source_job: Send-to-OpenHIM-to-route-to-SHR
target_job: Notify-CHW-upload-failed
condition_type: on_job_failure
enabled: true
Notify-CHW-upload-failed->dummy:
source_job: Notify-CHW-upload-failed
target_job: dummy
condition_type: on_job_success
enabled: true

0 comments on commit f8f4415

Please sign in to comment.