From bc59f63b0f5162adaf0e91e73d04c682fb8aee7e Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Sun, 12 Jan 2025 23:28:50 +0100 Subject: [PATCH] typos --- src/site/markdown/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 4d17840b..00f438af 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,6 +1,6 @@ # How Imixs-Workflow Works -Imixs-Workflow is an open source BPMN workflow engine built on the Jakarta EE architecture. The engine is optimized for human-centric business process management, providing essential features for professional process management: +Imixs-Workflow is an open source BPMN workflow engine built on the [Jakarta EE architecture](https://jakarta.ee/). The engine is optimized for human-centric business process management, providing essential features for professional process management: - Model and control business processes with BPMN 2.0 - Enforce compliance rules and guidelines @@ -60,7 +60,7 @@ See also the [Deployment Guide](./deployment/deployment_guide.html) for informat

Microservice Architecture

-Alternatively, you can run Imixs-Workflow as a standalone microservice in your architecture. This approach allows you to interact with the workflow engine through its [REST API](restapi/index.html), making it completely language-independent. The workflow engine acts as a "black box", managing your business processes while being accessible from any programming language or platform. +Alternatively, you can run Imixs-Workflow as a standalone microservice in your architecture. This approach allows you to interact with the workflow engine through its [REST API](restapi/index.html), making it completely language-independent. The workflow engine is managing your business processes while being accessible from any programming language or platform. Start with the [Imixs-Microservice Project](https://github.com/imixs/imixs-microservice) on GitHub, which provides full Docker support for quick deployment and scaling.