bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
BranchDefinition
Interface BranchDefinition
Internal branch definition (type-erased)
interface
BranchDefinition
{
condition
:
BranchCondition
<
any
,
any
>
;
paths
:
Map
<
string
,
StepDefinition
[]
>
;
}
Index
Properties
condition
paths
Properties
condition
condition
:
BranchCondition
<
any
,
any
>
paths
paths
:
Map
<
string
,
StepDefinition
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
paths
Guide
GitHub
bunqueue
Loading...
Internal branch definition (type-erased)