num-codex / codex-processes-ap1

Business processes for the NUM CODEX project (AP1) as plugins for the HiGHmed Data Sharing Framework
Apache License 2.0
3 stars 6 forks source link

adds dry-run functionality to data-send process #84

Closed hhund closed 2 years ago

hhund commented 2 years ago

The data-send process can now be instructed to perform a dry-run only using the optional input-parameter "dry-run" with a value of "true". A dry-run will abort the data-send process after validation end enryption of the transfer bundle but before the bundle is stored in the local DSF FHIR server and a Task to start the data-translate process is send to the GECCO Transfer Hub.

Closes #77