vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
FlowActionCall
Interface FlowActionCall
interface
FlowActionCall
{
actionName
:
string
;
actionType
:
InvocableActionType
;
connector
?:
FlowConnector
;
dataTypeMappings
?:
FlowDataTypeMapping
[]
;
description
?:
string
;
elementSubtype
?:
FlowElementSubtype
;
faultConnector
?:
FlowConnector
;
flowTransactionModel
?:
FlowTransactionModel
;
inputParameters
?:
FlowActionCallInputParameter
[]
;
label
?:
string
;
locationX
:
number
;
locationY
:
number
;
name
?:
string
;
outputParameters
?:
FlowActionCallOutputParameter
[]
;
processMetadataValues
?:
FlowMetadataValue
[]
;
storeOutputAutomatically
?:
boolean
;
}
Hierarchy (
View Summary
)
FlowNode
FlowActionCall
Index
Properties
action
Name
action
Type
connector?
data
Type
Mappings?
description?
element
Subtype?
fault
Connector?
flow
Transaction
Model?
input
Parameters?
label?
location
X
location
Y
name?
output
Parameters?
process
Metadata
Values?
store
Output
Automatically?
Properties
action
Name
actionName
:
string
action
Type
actionType
:
InvocableActionType
Optional
connector
connector
?:
FlowConnector
Optional
data
Type
Mappings
dataTypeMappings
?:
FlowDataTypeMapping
[]
Optional
description
description
?:
string
Optional
element
Subtype
elementSubtype
?:
FlowElementSubtype
Optional
fault
Connector
faultConnector
?:
FlowConnector
Optional
flow
Transaction
Model
flowTransactionModel
?:
FlowTransactionModel
Optional
input
Parameters
inputParameters
?:
FlowActionCallInputParameter
[]
Optional
label
label
?:
string
location
X
locationX
:
number
location
Y
locationY
:
number
Optional
name
name
?:
string
Optional
output
Parameters
outputParameters
?:
FlowActionCallOutputParameter
[]
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
action
Name
action
Type
connector
data
Type
Mappings
description
element
Subtype
fault
Connector
flow
Transaction
Model
input
Parameters
label
location
X
location
Y
name
output
Parameters
process
Metadata
Values
store
Output
Automatically
vlocode-project - v1.40.0-beta-4
Loading...