# findingByIds
State Resource
This is a State Resource as provided by the tymly-core-plugin plugin.
# Purpose
Finds multiple documents with the specified ids and adds them to the tymly context
# Usage
# Example
{
"findingByIds": {
"Type": "Task",
"Resource": "module:findingByIds",
"InputPath": "$.ids",
"ResourceConfig": {
"modelId": "namespace_model"
},
"ResultSelector": {
"results.$": "$"
},
"End": true
}
}
# Options
# Required properties
# modelIds
This is an array of ids for which documents will be searched for.
- Type:
array