Preparing search index...
The search index is not available
jsforce
jsforce
api/metadata/schema
Flow
Type alias Flow
Flow
:
Metadata
&
{
actionCalls
:
FlowActionCall
[]
;
apexPluginCalls
:
FlowApexPluginCall
[]
;
assignments
:
FlowAssignment
[]
;
choices
:
FlowChoice
[]
;
constants
:
FlowConstant
[]
;
decisions
:
FlowDecision
[]
;
description
?:
string
|
null
;
dynamicChoiceSets
:
FlowDynamicChoiceSet
[]
;
formulas
:
FlowFormula
[]
;
interviewLabel
?:
string
|
null
;
isAdditionalPermissionRequiredToRun
?:
boolean
|
null
;
isTemplate
?:
boolean
|
null
;
label
:
string
;
loops
:
FlowLoop
[]
;
processMetadataValues
:
FlowMetadataValue
[]
;
processType
?:
string
|
null
;
recordCreates
:
FlowRecordCreate
[]
;
recordDeletes
:
FlowRecordDelete
[]
;
recordLookups
:
FlowRecordLookup
[]
;
recordUpdates
:
FlowRecordUpdate
[]
;
screens
:
FlowScreen
[]
;
stages
:
FlowStage
[]
;
start
?:
FlowStart
|
null
;
startElementReference
?:
string
|
null
;
status
?:
string
|
null
;
steps
:
FlowStep
[]
;
subflows
:
FlowSubflow
[]
;
textTemplates
:
FlowTextTemplate
[]
;
variables
:
FlowVariable
[]
;
waits
:
FlowWait
[]
;
}
Type declaration
action
Calls
:
FlowActionCall
[]
apex
Plugin
Calls
:
FlowApexPluginCall
[]
assignments
:
FlowAssignment
[]
choices
:
FlowChoice
[]
constants
:
FlowConstant
[]
decisions
:
FlowDecision
[]
Optional
description
?:
string
|
null
dynamic
Choice
Sets
:
FlowDynamicChoiceSet
[]
formulas
:
FlowFormula
[]
Optional
interview
Label
?:
string
|
null
Optional
is
Additional
Permission
Required
To
Run
?:
boolean
|
null
Optional
is
Template
?:
boolean
|
null
label
:
string
loops
:
FlowLoop
[]
process
Metadata
Values
:
FlowMetadataValue
[]
Optional
process
Type
?:
string
|
null
record
Creates
:
FlowRecordCreate
[]
record
Deletes
:
FlowRecordDelete
[]
record
Lookups
:
FlowRecordLookup
[]
record
Updates
:
FlowRecordUpdate
[]
screens
:
FlowScreen
[]
stages
:
FlowStage
[]
Optional
start
?:
FlowStart
|
null
Optional
start
Element
Reference
?:
string
|
null
Optional
status
?:
string
|
null
steps
:
FlowStep
[]
subflows
:
FlowSubflow
[]
text
Templates
:
FlowTextTemplate
[]
variables
:
FlowVariable
[]
waits
:
FlowWait
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
jsforce
Loading...