![]() |
VOOZH | about |
dotnet add package Synapse.Runtime.Native --version 1.0.0
NuGet\Install-Package Synapse.Runtime.Native -Version 1.0.0
<PackageReference Include="Synapse.Runtime.Native" Version="1.0.0" />
<PackageVersion Include="Synapse.Runtime.Native" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="Synapse.Runtime.Native" />Project file
paket add Synapse.Runtime.Native --version 1.0.0
#r "nuget: Synapse.Runtime.Native, 1.0.0"
#:package Synapse.Runtime.Native@1.0.0
#addin nuget:?package=Synapse.Runtime.Native&version=1.0.0Install as a Cake Addin
#tool nuget:?package=Synapse.Runtime.Native&version=1.0.0Install as a Cake Tool
<p align="center"> <img src="./assets/images/transparent_logo.png" height="350px" alt="Synapse Logo"/> </p>
👁 Publish
👁 Release
👁 Release
👁 Commits since latest
👁 Commits since latest
👁 License
Synapse is a vendor-neutral, open-source, and community-driven Workflow Management System (WFMS) designed to implement the Serverless Workflow specification.
It enables developers and organizations to define and execute workflows effortlessly using a high-level, intuitive Domain Specific Language (DSL).
With Synapse, you can create powerful workflows that are cloud vendor-agnostic, easily scalable, and highly customizable.
<p align="center"> <img src="./assets/images/preview.gif" alt="Synapse Preview"/> </p>
Synapse is composed of several specialized applications, allowing for atomic scalability, resilience, and ease of maintenance:
<p align="center"> <img src="./assets/images/architecture-c4-l2.png" alt="Synapse Architecture C4 Diagram - Container Layer"/> </p>
For more information about the Synapse architecture, please refer to the wiki. 📖
or , depending on the container platform you wish to use.
The simplest way to get started is by using the provided Docker Compose setup.
Clone the Synapse repository:
git clone https://github.com/serverlessworkflow/synapse.git
Navigate to the Docker Compose directory:
cd synapse/deployments/docker-compose
Build the Docker images:
docker-compose build
Start the services using Docker Compose:
docker-compose up
This will pull the necessary Docker images and start the Synapse services as defined in the docker-compose.yml file. You can then access the Synapse API and dashboard as configured.
For more information about installing Synapse, please refer to the wiki. 📖
synctl Command-line InterfaceFirst, set up the Synapse API server to use with synctl:
synctl config set-api default -server=http://localhost:8080
Then, create a new file with the definition of the workflow to create:
# greeter.yaml
document:
dsl: '1.0.0'
name: greeter
namespace: default
version: '0.1.0'
do:
greet:
set:
greetings: '${ "Hello \(.user.firstName) \(.user.lastName)!" }'
Next, run the following command to create the workflow on the API:
synctl workflow create -f greeter.yaml
Finally, run the following command to run the workflow with the specified JSON input:
synctl workflow run greeter --namespace default --version 0.1.0 --input '{\"user\":{\"firstName\":\"John\",\"lastName\":\"Doe\"}}'
The command above will provide the fully qualified name of the created workflow instance. You can utilize this name to inspect its output once the execution is finished, as demonstrated below:
synctl workflow-instance get-output greeter-uk58h3dssqp620a --namespace default --output yaml
For more information about synctl, please refer to the wiki. 📖
The Synapse project has a vibrant and growing community dedicated to building a community-driven and vendor-neutral workflow runtime ecosystem. Contributions from the community are encouraged and essential to the continued growth and success of the project.
A list of community members who have contributed to Synapse can be found . 👥
To learn how to contribute to Synapse, please refer to the . 📝
For any copyright-related questions when contributing to a CNCF project like Synapse, please refer to the Ownership of Copyrights in CNCF Project Contributions document.
As contributors and maintainers of Synapse, and in the interest of fostering an open and welcoming community, we commit to respecting all individuals who contribute through activities such as reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other forms of participation.
The project is committed to making participation in Synapse a harassment-free experience for everyone, regardless of experience level, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
For more detailed information, please see the full project Code of Conduct . 🛡️
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 216 | 2/26/2025 |
| 1.0.0-alpha5.12 | 121 | 1/23/2025 |
| 1.0.0-alpha5.11 | 112 | 1/22/2025 |
| 1.0.0-alpha5.8 | 127 | 12/16/2024 |
| 1.0.0-alpha5.7 | 131 | 12/11/2024 |
| 1.0.0-alpha5.3 | 121 | 12/4/2024 |
| 1.0.0-alpha5.2 | 119 | 10/31/2024 |
| 1.0.0-alpha5.1 | 118 | 10/25/2024 |
| 1.0.0-alpha5 | 168 | 10/22/2024 |
| 1.0.0-alpha4.1 | 129 | 10/22/2024 |
| 1.0.0-alpha4 | 150 | 10/21/2024 |
| 1.0.0-alpha3.3 | 130 | 10/14/2024 |
| 1.0.0-alpha3.2 | 133 | 10/14/2024 |
| 1.0.0-alpha3.1 | 123 | 10/14/2024 |
| 1.0.0-alpha3 | 166 | 10/8/2024 |
| 1.0.0-alpha2 | 191 | 9/11/2024 |