Provides information about the location of a component within an application.
A component location describes where the component is defined in the configuration of the artifact.
For instance:
- COMPONENT_NAME - global component defined with name COMPONENT_NAME
- FLOW_NAME/source - a source defined within a flow
- FLOW_NAME/processors/0 - the first processor defined within a flow with name FLOW_NAME
- FLOW_NAME/processors/4/1 - the first processors defined inside another processor which is positioned fifth within a flow
with name FLOW_NAME
- FLOW_NAME/errorHandler/0 - the first on-error within the error handler
- FLOW_NAME/0/errorHandler/3 - the third on-error within the error handler of the first element of the flow with name
FLOW_NAME