@mendix/extensions-api - v0.10.0
Mendix Docs
Mendix
Preparing search index...
Microflows
MicroflowCreationOptions
Interface MicroflowCreationOptions
interface
MicroflowCreationOptions
{
flows
?:
{
caseValue
?:
{
enumerationCase
?:
string
;
inheritanceCase
?:
string
}
;
destinationConnectionIndex
?:
number
;
destinationId
?:
string
;
originConnectionIndex
?:
number
;
originId
?:
string
;
}
[]
;
name
:
string
;
objects
?:
MicroflowObject
[]
;
returnType
?:
{
entity
?:
string
;
enumeration
?:
string
;
type
:
|
"Binary"
|
"Boolean"
|
"DateTime"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Integer"
|
"Float"
|
"Object"
|
"Void"
|
"List"
;
}
;
returnVariableName
?:
string
;
}
Index
Properties
flows?
name
objects?
return
Type?
return
Variable
Name?
Properties
Optional
flows
flows
?:
{
caseValue
?:
{
enumerationCase
?:
string
;
inheritanceCase
?:
string
}
;
destinationConnectionIndex
?:
number
;
destinationId
?:
string
;
originConnectionIndex
?:
number
;
originId
?:
string
;
}
[]
name
name
:
string
Optional
objects
objects
?:
MicroflowObject
[]
Optional
return
Type
returnType
?:
{
entity
?:
string
;
enumeration
?:
string
;
type
:
|
"Binary"
|
"Boolean"
|
"DateTime"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Integer"
|
"Float"
|
"Object"
|
"Void"
|
"List"
;
}
Optional
return
Variable
Name
returnVariableName
?:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
flows
name
objects
return
Type
return
Variable
Name
Mendix Docs
Mendix
@mendix/extensions-api - v0.10.0
Loading...