A Scientific Workflow Management System made for the Cloud. https://steep-wms.github.io/
Visit https://steep-wms.github.io/#download-and-get-started to download Steep and run your first workflow.
Visit https://steep-wms.github.io/#documentation to view the documentation.
This project requires at least JDK 21.
./gradlew build
./gradlew run
docker build -t steep .
docker run --name steep --rm -p 8080:8080 \
-e STEEP_HTTP_HOST=0.0.0.0 steep
Steep is licensed under the Apache License, Version 2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.