|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta content="width=device-width, initial-scale=1.0" name="viewport" /> |
| 6 | + |
| 7 | + <title>Operaton</title> |
| 8 | + <meta content="BPMN-Prozess Automatisierung für Alle" name="description" /> |
| 9 | + <meta |
| 10 | + content="bpm, bpmn, java, operaton, operaton bpm, operaton bpmn, oss, open source, os, open source software, process, prozess, prozess engine, process engine, automation, processes, prozesse, automatisierung" |
| 11 | + name="keywords" |
| 12 | + /> |
| 13 | + <meta name="color-scheme" content="only light" /> |
| 14 | + |
| 15 | + <!-- OpenGraph --> |
| 16 | + <meta property="og:url" content="https://operaton.org/" /> |
| 17 | + <meta property="og:type" content="website" /> |
| 18 | + <meta property="og:title" content="Operaton BPMN" /> |
| 19 | + <meta |
| 20 | + property="og:description" |
| 21 | + content="BPMN-Prozess Automatisierung für Alle" |
| 22 | + /> |
| 23 | + <meta |
| 24 | + property="og:image" |
| 25 | + content="https://operaton.org/img/og/og_preview_image_en.png" |
| 26 | + /> |
| 27 | + |
| 28 | + <!-- Favicons --> |
| 29 | + <link href="/img/favicon.png" rel="icon" /> |
| 30 | + <link href="/img/favicon-96.png" rel="icon" sizes="96x96" /> |
| 31 | + <link href="/img/favicon-128.png" rel="icon" sizes="128x128" /> |
| 32 | + <link href="/img/favicon-192.png" rel="icon" sizes="192x192" /> |
| 33 | + <link href="/img/apple-touch-icon.png" rel="icon" sizes="228x228" /> |
| 34 | + <link href="/img/apple-touch-icon.png" rel="apple-touch-icon" /> |
| 35 | + |
| 36 | + <!-- Template Main CSS File --> |
| 37 | + <link href="../style.css?v=1" rel="stylesheet" /> |
| 38 | + |
| 39 | + </head> |
| 40 | + |
| 41 | + <body> |
| 42 | + <header> |
| 43 | + |
| 44 | + <div id="language-hint" class="hidden"> |
| 45 | + <a href="../index.html">Zur deutschen Version wechseln</a> |
| 46 | + <button id="hide-modal"> |
| 47 | + Ignore |
| 48 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"> |
| 49 | + <path stroke-linecap="round" stroke-linejoin="round" d="m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /> |
| 50 | + </svg> |
| 51 | + </button> |
| 52 | + </div> |
| 53 | + |
| 54 | + <nav> |
| 55 | + <menu> |
| 56 | + <li><a href="#roadmap">Roadmap</a></li> |
| 57 | + <li><a href="#resources">Resources</a></li> |
| 58 | + <li><a href="#contact">Contact</a></li> |
| 59 | + </menu> |
| 60 | + |
| 61 | + <span><a href="/">German</a></span> |
| 62 | + </nav> |
| 63 | + |
| 64 | + </header> |
| 65 | + |
| 66 | + <main> |
| 67 | + <section id="hero"> |
| 68 | + <hgroup> |
| 69 | + <h1>Operaton</h1> |
| 70 | + <p id="claim"> |
| 71 | + <span>BPMN-Process automation</span> |
| 72 | + <span>for everyone</span> |
| 73 | + </p> |
| 74 | + </hgroup> |
| 75 | + |
| 76 | + <p id="intro-text"> |
| 77 | + Camunda has developed a very good open source process engine over many years with the Camunda 7 Community Edition. Camunda 7 could be easily integrated into existing Spring Boot and other Java applications, or connected as a lightweight external engine. In the Java world and beyond, the name Camunda has enjoyed a high reputation for years. Unfortunately, however, the Camunda 7 Community Edition will discontinued in October 2025. There will be no more support or further development for it. The Community Edition will no longer receive any maintenance. |
| 78 | + <br/><br/> |
| 79 | + That is why we have forked the project under the new name OPERATON. |
| 80 | + <br/><br/> |
| 81 | + The artefacts for the fork are available at Maven Central Operaton 1.0.0-Beta. The code is on <a href="#" target="_blank">GitHub</a>. We invite you to test the project and give us feedback. To do so, you can create issues in the repository. |
| 82 | + <br/><br/> |
| 83 | + There will be no more closed source components. We want to create complete technical transparency in the engine. We want to build a new community around Operaton and invite you to join. |
| 84 | + <br/><br/> |
| 85 | + However, Operaton should not be left in the past. In addition to the existing features, we have created a roadmap that describes how we, together with the community, can make Operaton a modern engine. You can find more information under <a href="#roadmap">Roadmap</a>. |
| 86 | + <br/><br/> |
| 87 | + Who is behind Operaton? |
| 88 | + <br/><br/> |
| 89 | + We are Tim Zöller, Andreas Klein and Andreas Zill. Over the past few years, we have gained a lot of experience with processes and various process engines. We all work professionally in process development and consulting. |
| 90 | + <br/><br/> |
| 91 | + We are at the beginning of a new journey and look forward to your support and cooperation. Be it in the exchange of ideas or in development. For this purpose, we have set up a <a href="https://forum.operaton.org" target="_blank">Forum</a> where you can get in touch with us and participate in the project. |
| 92 | + <br/><br/> |
| 93 | + Let's make the world of processes a little more open and free! |
| 94 | + <br/><br/> |
| 95 | + Tim Z., Andreas K. and Andreas Z. |
| 96 | + <br/><br/> |
| 97 | + </p> |
| 98 | + </section> |
| 99 | + |
| 100 | + <hr> |
| 101 | + |
| 102 | + <section id="roadmap"> |
| 103 | + <hgroup> |
| 104 | + <h2>Roadmap</h2> |
| 105 | + <p>What we plan to do and where we are going</p> |
| 106 | + </hgroup> |
| 107 | + |
| 108 | + <h3>Milestone 0 - The Fork - 16.10.2024</h3> |
| 109 | + <p> |
| 110 | + Publication of the fork with website, forum and source code. The first versions of the artefacts are available at Maven Central. |
| 111 | + </p> |
| 112 | + |
| 113 | + <h3>Milestone 1 - The first release 1.0.0 - in the future</h3> |
| 114 | + <p> |
| 115 | + Stabilisation of the beta release and extensive tests, as well as further artefacts published in Maven Central. |
| 116 | + </p> |
| 117 | + |
| 118 | + <h3>Milestone 2 - New webapps - in the future</h3> |
| 119 | + <p> |
| 120 | + <ul> |
| 121 | + <li>Modernised technical basis</li> |
| 122 | + <li>Improving the user experience by optimising processes and interaction options for power users</li> |
| 123 | + <li>Redesign of the graphical user interface with a focus on good readability for all applications</li> |
| 124 | + <li>Development of an accessible application that allows all people to use it</li> |
| 125 | + </ul> |
| 126 | + <p> |
| 127 | + |
| 128 | + </p> |
| 129 | + |
| 130 | + <h3>Milestone 3 - The backend - in the future</h3> |
| 131 | + <p>Operaton does not want to ignore unrealised potential and user wishes and wants to expand the BPMN engine in a modular way.</p> |
| 132 | + |
| 133 | + </section> |
| 134 | + |
| 135 | + <hr> |
| 136 | + |
| 137 | + <section id="resources"> |
| 138 | + <hgroup> |
| 139 | + <h2>Resources</h2> |
| 140 | + <p>All you need to know about Operaton</p> |
| 141 | + </hgroup> |
| 142 | + |
| 143 | + <ul> |
| 144 | + <li> |
| 145 | + <a href="https://github.com/operaton" target="_blank"> |
| 146 | + <svg |
| 147 | + xmlns="http://www.w3.org/2000/svg" |
| 148 | + fill="none" |
| 149 | + viewBox="0 0 24 24" |
| 150 | + stroke-width="1.5" |
| 151 | + stroke="currentColor" |
| 152 | + class="size-6" |
| 153 | + > |
| 154 | + <path |
| 155 | + stroke-linecap="round" |
| 156 | + stroke-linejoin="round" |
| 157 | + d="M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z" |
| 158 | + /> |
| 159 | + </svg> |
| 160 | + Source Code</a |
| 161 | + > |
| 162 | + </li> |
| 163 | + <li> |
| 164 | + <a href="https://docs.operaton.org"> |
| 165 | + <svg |
| 166 | + xmlns="http://www.w3.org/2000/svg" |
| 167 | + fill="none" |
| 168 | + viewBox="0 0 24 24" |
| 169 | + stroke-width="1.5" |
| 170 | + stroke="currentColor" |
| 171 | + class="size-6" |
| 172 | + > |
| 173 | + <path |
| 174 | + stroke-linecap="round" |
| 175 | + stroke-linejoin="round" |
| 176 | + d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" |
| 177 | + /> |
| 178 | + </svg> |
| 179 | + Documentation |
| 180 | + </a> |
| 181 | + </li> |
| 182 | + <li> |
| 183 | + <a href="https://forum.operaton.org"> |
| 184 | + <svg |
| 185 | + xmlns="http://www.w3.org/2000/svg" |
| 186 | + fill="none" |
| 187 | + viewBox="0 0 24 24" |
| 188 | + stroke-width="1.5" |
| 189 | + stroke="currentColor" |
| 190 | + class="size-6" |
| 191 | + > |
| 192 | + <path |
| 193 | + stroke-linecap="round" |
| 194 | + stroke-linejoin="round" |
| 195 | + d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" |
| 196 | + /> |
| 197 | + </svg> |
| 198 | + Forum |
| 199 | + </a> |
| 200 | + </li> |
| 201 | + </ul> |
| 202 | + </section> |
| 203 | + |
| 204 | + <hr> |
| 205 | + |
| 206 | + <section id="contact"> |
| 207 | + <hgroup> |
| 208 | + <h2>Contact</h2> |
| 209 | + <p> |
| 210 | + If you have any questions, please do not hesitate to contact us<br> |
| 211 | + mail (at) operaton.org. |
| 212 | + </p> |
| 213 | + </hgroup> |
| 214 | + </section> |
| 215 | + </main> |
| 216 | + |
| 217 | + <footer> |
| 218 | + <ul> |
| 219 | + <li><a href="../impressum.html">Imprint</a></li> |
| 220 | + <li><a href="../datenschutz.html">Privacy</a></li> |
| 221 | + </ul> |
| 222 | + </footer> |
| 223 | + |
| 224 | + <script> |
| 225 | + const language_hint = document.getElementById("language-hint"); |
| 226 | + if (navigator.language === "de-DE") { |
| 227 | + language_hint.classList.remove("hidden"); |
| 228 | + } |
| 229 | + |
| 230 | + document |
| 231 | + .getElementById("hide-modal") |
| 232 | + .addEventListener("click", () => |
| 233 | + language_hint.classList.add("hidden") |
| 234 | + ) |
| 235 | + </script> |
| 236 | + </body> |
| 237 | +</html> |
0 commit comments