Bruno van de Werve
Bruno van de Werve
**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)....
**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:...
**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...
**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...
**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**: 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...
### What would you like to be added? When we have a lot of workflow definitions or instances (>1000), it takes a considerable amount of time to load the list...