@valon-technologies/gestalt
Preparing search index...
index
StepConfig
Interface StepConfig<RunInput, Steps>
interface
StepConfig
<
RunInput
extends
object
=
EmptyInput
,
Steps
extends
WorkflowSteps
=
EmptySteps
,
>
{
app
?:
StepAppConfig
<
RunInput
,
Steps
>
;
agent
?:
StepAgentConfig
<
RunInput
,
Steps
>
;
inputs
?:
|
Record
<
string
,
unknown
>
|
(
(
scope
:
StepScope
<
RunInput
,
Steps
>
)
=>
Record
<
string
,
unknown
>
)
;
when
?:
StepWhenConfig
;
timeoutSeconds
?:
number
;
metadata
?:
object
;
}
Type Parameters
RunInput
extends
object
=
EmptyInput
Steps
extends
WorkflowSteps
=
EmptySteps
Index
Properties
app?
agent?
inputs?
when?
timeout
Seconds?
metadata?
Properties
Optional
app
app
?:
StepAppConfig
<
RunInput
,
Steps
>
Optional
agent
agent
?:
StepAgentConfig
<
RunInput
,
Steps
>
Optional
inputs
inputs
?:
|
Record
<
string
,
unknown
>
|
(
(
scope
:
StepScope
<
RunInput
,
Steps
>
)
=>
Record
<
string
,
unknown
>
)
Optional
when
when
?:
StepWhenConfig
Optional
timeout
Seconds
timeoutSeconds
?:
number
Optional
metadata
metadata
?:
object
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
app
agent
inputs
when
timeout
Seconds
metadata
@valon-technologies/gestalt
Loading...