This document describes the model find all and provides instance configuration and parameters information.
Name |
Description |
---|---|
|
A Model specific flow-node. Invokes the Find All API on a specified model and returns the response. |
Instance configuration
Property |
Description |
Required |
Type |
---|---|---|---|
|
The name of the model of which to invoke the Find All API. |
yes |
number |
Instance parameters
These are all specified by the chosen model.
Example
"model.findAll" : { "type" : "ModelFindAll" , "config" : { "model" : "appc.arrowdb/acl" }, "parameters" : [], "response" : { "context" : { "$" : "models" }, "routes" : [ { "next" : "response.success" } ] } } |