Block Group: | Data Services |
Block Icon: |
The Get Default Parameters block returns the default parameters and parameter values associated with a data action. This block is intended for use in DGLux5 with DSA.
For information on using dataflow blocks, see Dataflow.
The following properties of the Get Default Parameters block can take input and give output.
path specifies the absolute location of the node where the data action is located.
action specifies the name of the data action to get default parameters for.
When the action property is populated, the Get Default Parameters block acquires additional properties. These additional properties are the same as the default parameters of the action specified. The additional properties hold the default values of the parameters.
To easily get the path and action:
Choose the relevant action, and drag it to the dataflow.
This creates an Invoke Action block.
The following image demonstrates a typical use of the Get Default Parameters block. In this example, the Get Default Parameters block reports that the chosen action has three default parameters: name, type, and editor. name and type are null by default, and editor has a default value of “none.”