providerplaneai
Preparing search index...
core/workflow/Pipeline.ts
PipelineApprovalGateInput
Interface PipelineApprovalGateInput
Step input for approval gate.
interface
PipelineApprovalGateInput
{
input
:
|
Record
<
string
,
unknown
>
|
(
(
values
:
StepValues
)
=>
Record
<
string
,
unknown
>
)
;
}
Index
Properties
input
Properties
input
input
:
|
Record
<
string
,
unknown
>
|
(
(
values
:
StepValues
)
=>
Record
<
string
,
unknown
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
providerplaneai
Loading...
Step input for approval gate.