You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #552 from serverlessworkflow/fix-runner-configurat…
…ion-monitoring
Fixed all runtime implementations to properly resolve the `RunnerConfiguration` to use
Merge pull request #547 from serverlessworkflow/fix-workflow-instance…
…-status-update
Fixed the `WorkflowInstanceHandler` n,ot to use otpimistic concurrency when updating workflow instance status
fix(Operator): Fixed the `WorkflowInstanceHandler` which was using `P…
…atchAsync` instead of `PatchStatusAsync` to patch the status of a workflow instance
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Merge pull request #516 from serverlessworkflow/fix-workflow-routing
Fixed the operator to ignore workflows and workflow instances marked with mismatching `synapse.io/operator` labels
Merge pull request #507 from serverlessworkflow/fix-function-call
Fixed the `FunctionCallExecutor` to support custom functions that do not specify an @ catalog, falling back to the default Serverless Workflow catalog
Merge pull request #502 from serverlessworkflow/fix-workflow-process-…
…executor
Fixed the `WorkflowProcessExecutor`, which was attempting to create a subflow using the runner's namespace, instead of the configured one when creating a new subflow instance