synapse icon indicating copy to clipboard operation
synapse copied to clipboard

Serverless Workflow Management System (WFMS)

Results 45 synapse issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: Implement the sleep mode, which is the worker ability to scale to zero when waiting for too long for incoming events or when...

enhancement
priority: medium
weight: 3
worker

**What would you like to be added**: The ability to delete an existing context in a correlation. The API currently enables to DELETE a correlation altogether, but not its context(s)....

enhancement
server
dashboard
priority: low
weight: 3

**What happened**: Cannot save a workflow after an unsuccessfull save attempt in the editor **What you expected to happen**: The workflow to be saved after errors have been fixed **How...

bug
priority: high
dashboard
weight: 1

**What happened**: The worker throws the below error when trying to read the OpenAPI/Swagger spec for a POST function, defined in v2.0: ``` [14:12:14] info: Synapse.Worker.Services.Processors.OpenApiFunctionProcessor[0] Initializing activity '73c0fdcb-2a02-448f-9bf6-bf79d8d719d9' (type:...

bug
priority: high
server
weight: 1

Consider the following Webhook Definition. ```json { "id": "eventwebhook", "name": "Event Webhook", "description": "Event Webhook Workflow", "version": "1.0.0", "specVersion": "0.8", "events": [ { "name": "WorkflowStartEvent", "source": "https://demo.synpase.com/workflow-start-event", "type": "com.synapse.demo/workflow-start-event", "correlation":...

bug
priority: high
server
investigate

Hi all! I have the following simple workflow definition: ```{ "id": "655bc96b9e3a30b2ba450a38", "name": "test", "version": "1.0.0", "description": "test", "specVersion": "0.8", "start": { "stateName": "SendEmail-c25c5297-8466-452f-9210-ca4d51abe48e", "schedule": {} }, "states": [ {...

I am new to serverless workflow, I want to test it's example in synapse. Here is my test example workflow. ```json { "id": "greeting", "name": "Greeting Workflow", "description": "Greet Someone",...

Hi all, got another issue that I'm struggling with and I want to know if this is supported in Synapse. We currently have a workflow that is started from a...

**What happened**: The UI fails to load and the console throws: ``` Failed to find a valid digest in the 'integrity' attribute for resource 'https://sj-keycloak.mydomain/auth/realms/Team/protocol/openid-connect/auth?approval_prompt=force&client_id=istio-oauth2-proxy&nonce=FVPy5vbHs_RyruHpJ0mVmM_5Y2q3YLaoy_weHKyx_FU&redirect_uri=https%3A%2F%2Fsynapse.mydomain.com%2Foauth2%2Fcallback&response_type=code&scope=openid+email+profile&state=pg1rNiXhqaR181YeB2lsrp_OuQlMKSllmE4M9_g8oQA%3A%2F_content%2FNeuroglia.Blazor.Dagre%2Flib%2Fdagre%2Fdagre.js' with computed SHA-256 integrity 'JiphR+yOuPwdRp1YkfnIe/7cceYyxHAkVdtPk5dHHzk='....

**What happened**: A "parent" workflow appears stuck while executing a `foreach` state that calls a `subFlowRef`. The first two instances of the "child" flows completed successfully (got `Workflow executed` and...

bug
priority: high
server
worker
investigate