vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
FlowSubflow
Interface FlowSubflow
interface
FlowSubflow
{
connector
?:
FlowConnector
;
description
?:
string
;
elementSubtype
?:
FlowElementSubtype
;
flowName
:
string
;
inputAssignments
?:
FlowSubflowInputAssignment
[]
;
label
?:
string
;
locationX
:
number
;
locationY
:
number
;
name
?:
string
;
outputAssignments
?:
FlowSubflowOutputAssignment
[]
;
processMetadataValues
?:
FlowMetadataValue
[]
;
storeOutputAutomatically
?:
boolean
;
}
Hierarchy (
View Summary
)
FlowNode
FlowSubflow
Index
Properties
connector?
description?
element
Subtype?
flow
Name
input
Assignments?
label?
location
X
location
Y
name?
output
Assignments?
process
Metadata
Values?
store
Output
Automatically?
Properties
Optional
connector
connector
?:
FlowConnector
Optional
description
description
?:
string
Optional
element
Subtype
elementSubtype
?:
FlowElementSubtype
flow
Name
flowName
:
string
Optional
input
Assignments
inputAssignments
?:
FlowSubflowInputAssignment
[]
Optional
label
label
?:
string
location
X
locationX
:
number
location
Y
locationY
:
number
Optional
name
name
?:
string
Optional
output
Assignments
outputAssignments
?:
FlowSubflowOutputAssignment
[]
Optional
process
Metadata
Values
processMetadataValues
?:
FlowMetadataValue
[]
Optional
store
Output
Automatically
storeOutputAutomatically
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connector
description
element
Subtype
flow
Name
input
Assignments
label
location
X
location
Y
name
output
Assignments
process
Metadata
Values
store
Output
Automatically
vlocode-project - v1.40.0-beta-4
Loading...