event
variable contains a reference to the event's parent. This means a task may use event.parent.data
to access all the data that informed the construction of the action in question. (Note that only the previous 5 generations of parents are available.)action
variable (containing the same information available in event.data
). This variable contains the original action object (including its type, options, and meta information), and data from the run in which the action was performed.action.options
β the original options defined for the actionaction.run.ok
β true
or false
, indicating the action's successaction.run.result
β the value (if any) generated by the action runaction.run.error
β the error (if any) raised during the action runaction.run.ok
at the very beginning, the task is also able to "break" into failure-handling mode, in which an email is sent to an administrator.