@deskcreate/agentcraft
Preparing search index...
index
ConditionStepConfig
Interface ConditionStepConfig
Configuration for ConditionStep.
interface
ConditionStepConfig
{
condition
:
(
ctx
:
WorkflowContext
)
=>
boolean
|
Promise
<
boolean
>
;
id
?:
string
;
ifFalse
?:
WorkflowStep
|
readonly
WorkflowStep
[]
;
ifTrue
?:
WorkflowStep
|
readonly
WorkflowStep
[]
;
}
Index
Properties
condition
id?
if
False?
if
True?
Properties
Readonly
condition
condition
:
(
ctx
:
WorkflowContext
)
=>
boolean
|
Promise
<
boolean
>
Optional
Readonly
id
id
?:
string
Optional
Readonly
if
False
ifFalse
?:
WorkflowStep
|
readonly
WorkflowStep
[]
Optional
Readonly
if
True
ifTrue
?:
WorkflowStep
|
readonly
WorkflowStep
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
id
if
False
if
True
@deskcreate/agentcraft
Loading...
Configuration for ConditionStep.