Skip to content

Repository containing the Workflow Manager sub-system part of MONAI Deploy.

License

Notifications You must be signed in to change notification settings

mocsharp/monai-deploy-workflow-manager

 
 

Repository files navigation

project-monai

💡 If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read MONAI Deploy first.

MONAI Deploy Workflow Manager

License codecov

This repository contains the Workflow Manager subsystem, part of MONAI Deploy. Please refer to the main MONAI Deploy repo for more details.

Build

Prerequisites

Development Environment

During development, change any settings inside the appsettings.Development.json file. First, export the following environment variable before executing dotnet run:

Linux

export DOTNET_ENVIRONMENT=Development

Powershell

$env:DOTNET_ENVIRONMENT="Development"

Building MONAI Workflow Manager

cd src && dotnet build

Contributing

For guidance on making a contribution to MONAI Deploy Workflow Manager, see the contributing guidelines.

Community

To participate, please join the MONAI Deploy Workflow Manager weekly meetings on the calendar and review the meeting notes.

Join the conversation on Twitter @ProjectMONAI or join our Slack channel.

Ask and answer questions over on MONAI Deploy Workflow Manager's GitHub Discussions tab.

Links

About

Repository containing the Workflow Manager sub-system part of MONAI Deploy.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.7%
  • Gherkin 1.1%
  • Other 0.2%