Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jan 12, 2025
1 parent fabe59c commit bc59f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -60,7 +60,7 @@ See also the [Deployment Guide](./deployment/deployment_guide.html) for informat

<h3>Microservice Architecture <img src="./images/docker_small_h-trans.png" height="40" style="vertical-align: middle; position: relative; top: -4px" /></h3>

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.

Expand Down

0 comments on commit bc59f63

Please sign in to comment.