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**: Add button to delete workflow definitions and all related data. Just as for workflow instance deletion, a dialog asking for confirmation and offering...

enhancement
dashboard
priority: low
weight: 1

**What would you like to be added**: Add a UI to visualize details about Synapse such as version, plugins, etc. A big plus would be to view, manage and update...

enhancement
dashboard
priority: medium
weight: 3

**What happened**: On the WebSocket stream, an activity of type action doesn't seem to start, it's faulted and executed directly: ![image](https://user-images.githubusercontent.com/72747835/166942167-3f8a6746-6d17-493c-9647-1b36435bead7.png) (Fault cause: `An error occured while evaluting the specified...

bug
server
priority: medium
weight: 2

**What would you like to be added**: Add feature to specify the version of synapse-worker **Why is this needed**: Currently, it is: ``` image: ghcr.io/serverlessworkflow/synapse-worker:latest imagePullPolicy: IfNotPresent ``` By default,...

enhancement
priority: medium
weight: 2
worker

**What would you like to be added**: To allow creating workflow(s) by uploading a Serverless Workflow definition file(s) **Why is this needed**: Allows users to upload a file instead of...

enhancement
server
dashboard
priority: low
weight: 1

**What happened**: When starting a lot of concurrent instances in parallel, the UI becomes unresponsive. **What you expected to happen**: The UI to stay responsive. **How to reproduce it**: -...

enhancement
help wanted
dashboard
priority: medium

**What happened**: The edge is not drawn between default data case and transition to state **What you expected to happen**: Edge is drawn between the default data case and the...

bug
dashboard
priority: medium
weight: 1

**What would you like to be added**: When a workflow features a subflow, it would be nice to be able to navigate to that sub workflow by clicking on it...

enhancement
dashboard
priority: medium
weight: 1

**What happened**: `dataInputSchema` generated form doesn't bind value **What you expected to happen**: Inputed values to be bound **How to reproduce it**: Create a workflow with `dataInputSchema` generated form doesn't...

bug
dashboard
priority: medium
weight: 3

**What happened**: The following error keeps appearing in the server logs: ``` System.Net.Http.HttpClient.CloudEventBus.LogicalHandler: Information: Start processing HTTP request POST https://en37uhd2he6t4.x.pipedream.net/ System.Net.Http.HttpClient.CloudEventBus.ClientHandler: Information: Sending HTTP request POST https://en37uhd2he6t4.x.pipedream.net/ System.Net.Http.HttpClient.CloudEventBus.ClientHandler: Information: Received...

server