synapse
synapse copied to clipboard
Serverless Workflow Management System (WFMS)
**What happened**: Swagger UI doesnt open and the UI returns `Sorry, there's nothing at this address.` when trying to open the route `/api/doc`. ( Ref to https://github.com/serverlessworkflow/synapse/blob/452e8d711e443d6a10e92729ffbc2a78be7e9187/src/apps/Synapse.Server/Program.cs#L77 ). This happens...
I couldn't get authentication to work with Azure AD B2C. Upon looking at the code, we are using IdentityModel in the [OAuth2TokenManager](https://github.com/serverlessworkflow/synapse/blob/main/src/apps/Synapse.Worker/Services/OAuth2TokenManager.cs). Unfortunately following line doesn't with Azure AD B2C....
**What happened**: With the current 0.4.0, when trying to force some delay on an action with `sleep.after: PT1M`, the UI/workflow editor doesnt accept the duration definition and throws the following...
**What happened**: Docker run fails on M1 machines **What you expected to happen**: Atleast docker pull .... --platform linux/amd64 or x86_64 to work **How to reproduce it**: Run ```sh docker...
**What happened**: when I tried `synctl system install kubernetes`,it shows: Unrecognized command or argument 'kubernetes'. ``` root@node7:/usr/yn/workflow# synctl system install kubernetes Required command was not provided. Unrecognized command or argument...
**What would you like to be added**: Support [ServerlessWorkflow extensions](https://github.com/serverlessworkflow/specification/blob/main/specification.md#extensions) **Why is this needed**: Allows extending the Serverless Workflow specification and enabling (possibly plugin-based) extensions
**What happened**: Synapse server `0.3.11` fails to boot and throws the following logs: ``` [11/07/2022 16:47:57] warn: ProtoBuf.Grpc.Server.ServicesExtensions.CodeFirstServiceMethodProvider[0] Type cannot be serialized; ignoring: Synapse.Integration.Commands.Workflows.V1UploadWorkflowCommand [11/07/2022 16:47:57] warn: ProtoBuf.Grpc.Server.ServicesExtensions.CodeFirstServiceMethodProvider[0] Signature not...
Can a function call .net method using function type as 'custom' ?
Hello, **What is the question**: I referred serverless workflow sdk .net documentation on building workflow programmatically using C#. Few questions on Synape.Integration package usage : 1. Is there a base...
**What is the question**: Please provide an example on how to read workflow specification JSON and run programmatically .