vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
FlowWaitEvent
Interface FlowWaitEvent
interface
FlowWaitEvent
{
conditionLogic
?:
string
;
conditions
?:
FlowCondition
[]
;
connector
?:
FlowConnector
;
description
?:
string
;
eventType
?:
string
;
inputParameters
?:
FlowWaitEventInputParameter
[]
;
label
:
string
;
maxBatchSize
?:
number
;
name
?:
string
;
offset
?:
number
;
offsetUnit
?:
FlowScheduledPathOffsetUnit
;
outputParameters
?:
FlowWaitEventOutputParameter
[]
;
processMetadataValues
?:
FlowMetadataValue
[]
;
resumeDate
?:
string
;
resumeDateReference
?:
string
;
resumeTime
?:
string
;
}
Hierarchy (
View Summary
)
FlowElement
FlowWaitEvent
Index
Properties
condition
Logic?
conditions?
connector?
description?
event
Type?
input
Parameters?
label
max
Batch
Size?
name?
offset?
offset
Unit?
output
Parameters?
process
Metadata
Values?
resume
Date?
resume
Date
Reference?
resume
Time?
Properties
Optional
condition
Logic
conditionLogic
?:
string
Optional
conditions
conditions
?:
FlowCondition
[]
Optional
connector
connector
?:
FlowConnector
Optional
description
description
?:
string
Optional
event
Type
eventType
?:
string
Optional
input
Parameters
inputParameters
?:
FlowWaitEventInputParameter
[]
label
label
:
string
Optional
max
Batch
Size
maxBatchSize
?:
number
Optional
name
name
?:
string
Optional
offset
offset
?:
number
Optional
offset
Unit
offsetUnit
?:
FlowScheduledPathOffsetUnit
Optional
output
Parameters
outputParameters
?:
FlowWaitEventOutputParameter
[]
Optional
process
Metadata
Values
processMetadataValues
?:
FlowMetadataValue
[]
Optional
resume
Date
resumeDate
?:
string
Optional
resume
Date
Reference
resumeDateReference
?:
string
Optional
resume
Time
resumeTime
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
Logic
conditions
connector
description
event
Type
input
Parameters
label
max
Batch
Size
name
offset
offset
Unit
output
Parameters
process
Metadata
Values
resume
Date
resume
Date
Reference
resume
Time
vlocode-project - v1.40.0-beta-4
Loading...