WorkflowParameter Class
The workflow parameters.
Constructor
WorkflowParameter(*, type: str | ParameterType | None = None, value: Any | None = None, metadata: Any | None = None, description: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
ParameterType
The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject". Default value: None
|
value
|
The value. Default value: None
|
metadata
|
The metadata. Default value: None
|
description
|
The description. Default value: None
|
Variables
Name | Description |
---|---|
type
|
str or
ParameterType
The type. Possible values include: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", "SecureObject". |
value
|
The value. |
metadata
|
The metadata. |
description
|
The description. |