https://github.com/project-monai/monai-deploy-workflow-manager
Repository containing the Workflow Manager sub-system part of MONAI Deploy.
https://github.com/project-monai/monai-deploy-workflow-manager
ai dotnet healthcare medical-imaging workflow-engine
Last synced: 12 months ago
JSON representation
Repository containing the Workflow Manager sub-system part of MONAI Deploy.
- Host: GitHub
- URL: https://github.com/project-monai/monai-deploy-workflow-manager
- Owner: Project-MONAI
- License: apache-2.0
- Created: 2021-09-02T23:24:54.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-26T20:10:22.000Z (about 1 year ago)
- Last Synced: 2025-04-10T09:24:19.017Z (12 months ago)
- Topics: ai, dotnet, healthcare, medical-imaging, workflow-engine
- Language: C#
- Homepage:
- Size: 50.7 MB
- Stars: 17
- Watchers: 14
- Forks: 3
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
💡 If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read [MONAI Deploy](https://github.com/Project-MONAI/monai-deploy) first.
# MONAI Deploy Workflow Manager
[](LICENSE)
[](https://codecov.io/gh/Project-MONAI/monai-deploy-workflow-manager)
This repository contains the Workflow Manager subsystem, part of MONAI Deploy. Please refer to the main [MONAI Deploy](https://github.com/Project-MONAI/monai-deploy) repo for more details.
## Build
### Prerequisites
- [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
### Development Environment
During development, change any settings inside the `appsettings.Development.json` file.
First, export the following environment variable before executing `dotnet run`:
#### Linux
```bash
export DOTNET_ENVIRONMENT=Development
```
#### Powershell
```powershell
$env:DOTNET_ENVIRONMENT="Development"
```
### Building MONAI Workflow Manager
```bash
cd src && dotnet build
```
## Contributing
For guidance on making a contribution to MONAI Deploy Workflow Manager, see the [contributing guidelines](https://github.com/Project-MONAI/monai-deploy/blob/main/CONTRIBUTING.md).
## Community
To participate, please join the MONAI Deploy Workflow Manager weekly meetings on the [calendar](https://calendar.google.com/calendar/u/0/embed?src=c_954820qfk2pdbge9ofnj5pnt0g@group.calendar.google.com&ctz=America/New_York) and review the [meeting notes](https://docs.google.com/document/d/1ipCGxlq0Pd7Xnil2zGa1va99K7VbdhwcJiqel9aWzyA/edit?usp=sharing).
Join the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).
Ask and answer questions over on [MONAI Deploy Workflow Manager's GitHub Discussions tab](https://github.com/Project-MONAI/monai-deploy-workflow-manager/discussions).
## Links
- Website:
- Code:
- Project tracker:
- Issue tracker:
- Test status: