vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
FlowScheduledPath
Interface FlowScheduledPath
interface
FlowScheduledPath
{
connector
?:
FlowConnector
;
description
?:
string
;
label
?:
string
;
maxBatchSize
?:
number
;
name
?:
string
;
offsetNumber
?:
number
;
offsetUnit
?:
FlowScheduledPathOffsetUnit
;
pathType
?:
"AsyncAfterCommit"
;
processMetadataValues
?:
FlowMetadataValue
[]
;
recordField
?:
string
;
timeSource
?:
FlowScheduledPathTimeSource
;
}
Hierarchy (
View Summary
)
FlowElement
FlowScheduledPath
Index
Properties
connector?
description?
label?
max
Batch
Size?
name?
offset
Number?
offset
Unit?
path
Type?
process
Metadata
Values?
record
Field?
time
Source?
Properties
Optional
connector
connector
?:
FlowConnector
Optional
description
description
?:
string
Optional
label
label
?:
string
Optional
max
Batch
Size
maxBatchSize
?:
number
Optional
name
name
?:
string
Optional
offset
Number
offsetNumber
?:
number
Optional
offset
Unit
offsetUnit
?:
FlowScheduledPathOffsetUnit
Optional
path
Type
pathType
?:
"AsyncAfterCommit"
Optional
process
Metadata
Values
processMetadataValues
?:
FlowMetadataValue
[]
Optional
record
Field
recordField
?:
string
Optional
time
Source
timeSource
?:
FlowScheduledPathTimeSource
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connector
description
label
max
Batch
Size
name
offset
Number
offset
Unit
path
Type
process
Metadata
Values
record
Field
time
Source
vlocode-project - v1.40.0-beta-4
Loading...