Management → Properties → All Properties Pairs
If you want to parse properties you have defined during a process, you can have all properties returned to the output properties so that you can go through all of them and look for a required property or property value and potentially do some operation on that as part of your process. After the allProperties property is resolved, all of the properties for the given element are listed in a comma-separated series of name=value, including each property on the given element.
The available All Properties pairs are shown in the following table.
Property Name | Reference Syntax | Description |
---|---|---|
component/allProperties | ${p:component/allProperties} | Selects all the properties with the same value in a given component. |
environment/allProperties | ${p:environment/allProperties} | Selects all the properties with the same value in a given environment. |
resource/allProperties | ${p:resource/allProperties} | Selects all properties with the same value in a given resource. |
system/allProperties | ${p:system/allProperties} | Selects all properties with the same value in a given system. |
Copyright © 2011–2016 Serena Software, Inc. All rights reserved.