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 #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
Merge pull request #471 from serverlessworkflow/fix-cluster-resource-…
…patch
Fixed the ClusterResourceController by removing `namespace` path parameter from patch actions
Merge pull request #467 from serverlessworkflow/feat-form-based-input
Updates the modal to create a new workflow instance by adding a form-based editor for the instance's input