Skip to content

Project-MONAI/monai-deploy-workflow-manager

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c51b31 Â· Jul 15, 2024
Jul 15, 2024
Jul 28, 2022
Nov 15, 2023
Jun 11, 2024
Jun 11, 2024
Jun 27, 2024
Jul 5, 2024
Jul 5, 2024
Feb 24, 2023
Aug 24, 2022
Sep 6, 2022
Nov 3, 2022
Oct 16, 2023
Oct 20, 2022
Oct 31, 2022
Oct 31, 2022
Dec 15, 2023
Oct 24, 2022
Sep 2, 2021
Jun 23, 2022
Jul 25, 2022
Aug 23, 2022
Jun 11, 2024
Jan 9, 2024
Oct 31, 2022
Jan 9, 2024
Oct 27, 2022

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