Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 746 Bytes

property_getter_task.md

File metadata and controls

29 lines (18 loc) · 746 Bytes

PropertyGetterTask

Accepts an array or an object as an input and read a value from a property path.

See PropertyAccess Component Reference for details on property path syntax and behavior.

Task reference

  • Service: CleverAge\ProcessBundle\Task\PropertyGetterTask

Accepted inputs

array or object that can be accessed by the property accessor

Possible outputs

Value of the property extracted from input.

Options

Code Type Required Default Description
property string X Property path to read from input