Is your feature request related to a problem? Please describe.
MONAI Deploy was designed to support multiple/custom data ingestion and export services. In order to do so, the workflow schema must be updated to support it.
Describe the solution you'd like
The team should meet to discuss how to support custom data input and output services.
E.g. the export request event includes the name of the service (such as, md.export.request.monaiscu) which should be defined in the workflow definition so no code changes are required.
"informatics-gateway": {
"ae-title": "MYAET",
"data-origins": [
{
"name": "MY_SCANNER"
}
],
"export-destinations": [
{
"name": "PROD_PACS"
}
]
}
Is your feature request related to a problem? Please describe.
MONAI Deploy was designed to support multiple/custom data ingestion and export services. In order to do so, the workflow schema must be updated to support it.
Describe the solution you'd like
The team should meet to discuss how to support custom data input and output services.
E.g. the export request event includes the name of the service (such as,
md.export.request.monaiscu) which should be defined in the workflow definition so no code changes are required.