X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4927f812339c86a8d84354c4080c5a12a3d9ef2b..3acd5eca12d4c828e454dfe636ee72bdd44745c7:/src/models/workflow.ts diff --git a/src/models/workflow.ts b/src/models/workflow.ts index a342dbbfc5..3a38348ef2 100644 --- a/src/models/workflow.ts +++ b/src/models/workflow.ts @@ -92,6 +92,8 @@ export interface GenericCommandInputParameter { doc?: string | string[]; default?: Value; type?: Type | Array; + value?: Value; + disabled?: boolean; } export type GenericArrayCommandInputParameter = GenericCommandInputParameter, Value[]>;