g
Frontend | Backend | Api

Hooks\Models\Api\LoopElement

LoopElement

Property Description Returns
record Get the record referenced in the loop element Model
stopped Check whether the execution has been stopped bool
runData Get the loop element run data used for exchanging data between batch actions in a loop run, but not persisted to access outside the loop element LoopElementRunData
id int
position int
status string
output array
entity string
recordId int
data array
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
loopBatchAction BatchAction
childBatchActions Collection (BatchAction)