@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
22 lines (21 loc) • 400 B
JSON
{
"Finding": {
"Type": "Task",
"Resource": "module:finding",
"ResourceConfig": {
"modelId": "namespace_model",
"filter": {
"where": {
"modelProperty1": {
"equals": "$.modelProperty1"
},
"booleanProperty": {
"equals": true
}
}
}
},
"ResultPath": "$.results",
"End": true
}
}