Skip to content

Commit 0004d97

Browse files
authored
Merge pull request #183 from tsurdilo/ev3
update runtimes section
2 parents fb430f2 + b806df6 commit 0004d97

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

Diff for: img/eventmesh-workflow-logo.png

93.6 KB
Loading

Diff for: img/kogito-project-logo.png

7.82 KB
Loading

Diff for: index.html

+35-3
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,8 @@ <h2 class="sub-headline">Describe your business logic with the most powerful ope
448448
<header class="section-content section-header row align-items-start">
449449
<div class="column large-9 medium-12">
450450
<h2 class="sub-headline">Execute your production workflows</h2>
451-
<p class="overview">Serverless Workflow welcomes all open-source runtimes to become part of our project
452-
community. <a href="mailto:[email protected]">Contact us</a> to find out how you can make your runtime part of our
453-
project and CNCF.</p>
451+
<p class="overview">Open-source workflow runtimes are key for executing your production scale workflows.
452+
Open an issue in our <a href="https://github.com/serverlessworkflow/specification/issues" target="_blank">GitHub repo</a> to add your project to below list of runtimes that use our specification.</p>
454453
</div>
455454
<!-- <a href="https://github.com/serverlessworkflow/specification/blob/main/specification.md" target="_blank" class="button button-elevated column large-last medium-notlast">Read the Specification</a>-->
456455
</header>
@@ -475,8 +474,41 @@ <h1 class="summary-title">Synapse</h1>
475474
class="button button-neutral button-reduced" target="_blank" aria-label="Releases">Releases</a>
476475
</div>
477476
</article>
477+
</li>
478478

479+
<li class="grid-item large-span-4 medium-span-6">
480+
<article class="bg-white project-summary">
481+
<div>
482+
<img class="summary-icon" alt="" role="presentation" src="img/eventmesh-workflow-logo.png"
483+
data-progressive-image/>
484+
<h1 class="summary-title">EventMesh Workflow</h1>
485+
<p class="summary-about">EventMesh Workflow is a cloud vendor-independent, cloud-native-oriented Serverless Workflow Runtime based on Serverless Workflow
486+
specification, and provides durability, reliability, scalability, and observability capabilities.
487+
</p>
488+
</div>
489+
<div class="summary-links">
490+
<a href="https://github.com/apache/incubator-eventmesh/tree/master/eventmesh-workflow-go"
491+
target="_blank" class="button button-neutral button-reduced" aria-label="Project">Get Started</a>
492+
</div>
493+
</article>
479494
</li>
495+
496+
<li class="grid-item large-span-4 medium-span-6">
497+
<article class="bg-white project-summary">
498+
<div>
499+
<img class="summary-icon" alt="" role="presentation" src="img/kogito-project-logo.png"
500+
data-progressive-image/>
501+
<h1 class="summary-title">Kogito Serverless Workflow</h1>
502+
<p class="summary-about">Kogito Serverless Workflow is a tool for building cloud-native workflow applications. You can use Kogito to do the services and events orchestration and choreography. With Kogito, you can integrate with
503+
services and events in your architecture using CloudEvents, synchronous and asynchronous REST invocations,
504+
and many other industry-standard components.
505+
</p>
506+
</div>
507+
<div class="summary-links">
508+
<a href="https://kiegroup.github.io/kogito-docs/serverlessworkflow/latest/index.html"
509+
target="_blank" class="button button-neutral button-reduced" aria-label="Project">Get Started</a>
510+
</div>
511+
</article>
480512
</li>
481513

482514
</ul>

0 commit comments

Comments
 (0)