Parameters
This worker must receive specific parameters in order to execute properly. When parameters are not set correctly it may cause the worker to not work as expected.
1. Datastore
Set the datastore to be retrieved using Fixed Datastore, Get Latest, Get List or Upstream Data variants.
2. Date Range
Set the date range type and range to be applied in the consolidation using Fixed Value variant.
3. Filters
Filters are composed by conditions and group of conditions. To add a new condition click on the Add Condition button. Filter By, Operator and Value fields will appear. In the Filter By field you can select the datastore property by which the consolidation will be filtered. Then you can select the operator in the Operator field and set the value to be compared with in the Value field.
You can group conditions by clicking on the Add Condition Group button.
5. Aggregated By
Select the way the consolidation will be aggregated in the return portfolio using Fixed Value variant.
Result
Once the worker finishes it's executions succesfully, it will return a result object containing the datastore to the workflow, which can be used by upstream workers. Below you can see an example of the datastore result object hierarchy.
- Datastore (datastore)
- ID (string)
- Name (string)
- Date (date)
- Tags (list of strings)
- Data (list of lists)