Skip to content

[bug] Workflow Inputs break the PATCH parameters endpoint #3267

@kresimir-coko

Description

@kresimir-coko

Not just the PATCH parameters, even the display-conditions endpoint

Screen.Recording.2025-10-09.at.19.01.35.mov

Example flow (important part is the input):

{
    "label": "bar",
    "description": "",
    "inputs": [
        {
            "name": "input1",
            "label": "Input 1",
            "type": "string"
        }
    ],
    "triggers": [
        {
            "description": "",
            "label": "Manual",
            "name": "trigger_1",
            "type": "manual/v1/manual"
        }
    ],
    "tasks": [
        {
            "label": "Var",
            "name": "var_1",
            "parameters": {
                "type": "STRING",
                "value": "bar"
            },
            "type": "var/v1/set",
            "metadata": {
                "ui": {
                    "dynamicPropertyTypes": {
                        "value": "STRING"
                    }
                }
            }
        }
    ]
}

Metadata

Metadata

Assignees

Labels

backendConcerning any and all backend issuesbugSomething isn't working

Type

Projects

Status

V 0.1

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions