-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Hi,
I´m struggeling with input parameters for a workflow. I set a parameter as object with a default value:
command:
type: object
required: true
default: { "command": "Shutdown" }
It is a JSON command that has been provided when running the workflow. When clicking on run in the GUI, the command field is always empty and does not show the default value.
As parameters with object types always show {} as 'internal' default when using the GUI, only deleting the {} while executing the action will reveal the default that is set in the parameter. Fixing the default {} will probable fix the whole issue.
docbyte86
Metadata
Metadata
Assignees
Labels
No labels