Compartir a través de


WorkflowParameter interface

The workflow parameters.

Properties

description

The description.

metadata

The metadata.

type

The type.

value

The value.

Property Details

description

The description.

description?: string

Property Value

string

metadata

The metadata.

metadata?: Record<string, unknown>

Property Value

Record<string, unknown>

type

The type.

type?: string

Property Value

string

value

The value.

value?: Record<string, unknown>

Property Value

Record<string, unknown>