Back to index
Summary
Retrieves the path to a property.fieldNameStringoptionalThe selected field name. fieldTypeStringoptionalThe type of the selected field. Possible values: "inputparameter" , "intrinsicproperty" , "outputparameter" , "property" , "runtimeproperty" formatStringoptionalFormat for property path. Possible values: "groovy" , "yaml" sourceIdStringoptionalThe ID of the object containing the selected field (for example, for a property or parameter). sourceTypeStringoptionalThe type of the source object. targetIdStringoptionalThe ID of the object on which javascript expression is being created. targetParentIdStringoptionalThe ID of the parent of the object on which javascript expression is being created. targetParentTypeStringoptionalThe type of the target parent object. targetTypeStringoptionalThe type of the target object. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getPathToProperty( /* optional arguments */ )