Preparing search index...
The search index is not available
@vhidvz/wfjs
@vhidvz/wfjs
engine/workflow
ExecutionInterface
Interface ExecutionInterface
interface
ExecutionInterface
{
context
?:
Context
<
any
>
;
data
?:
any
;
exec
?:
Partial
<
Execute
>
;
factory
?:
(
(
)
=>
any
)
;
handler
?:
any
;
id
?:
string
;
node
?:
IdentityOptions
;
path
?:
string
;
schema
?:
BPMNDefinition
;
value
?:
any
;
xml
?:
string
;
}
Index
Properties
context?
data?
exec?
factory?
handler?
id?
node?
path?
schema?
value?
xml?
Properties
Optional
context
context
?:
Context
<
any
>
Optional
data
data
?:
any
Optional
exec
exec
?:
Partial
<
Execute
>
Optional
factory
factory
?:
(
(
)
=>
any
)
Type declaration
(
)
:
any
Returns
any
Optional
handler
handler
?:
any
Optional
id
id
?:
string
Optional
node
node
?:
IdentityOptions
Optional
path
path
?:
string
Optional
schema
schema
?:
BPMNDefinition
Optional
value
value
?:
any
Optional
xml
xml
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
context
data
exec
factory
handler
id
node
path
schema
value
xml
@vhidvz/wfjs
common
context
core
engine
index
tools
type
utils
Generated using
TypeDoc