Defines the configuration structure for an action. This type is used by the Action function to specify the properties of an action.
Action
A record defining the input parameters for the action, where keys are input names and values are FlowValueType.
FlowValueType
A record defining the output parameters for the action, where keys are output names and values are FlowValueType.
Defines the configuration structure for an action. This type is used by the
Actionfunction to specify the properties of an action.