Skip to main content

ActionInputs

A class representing the inputs of an action. It is used to manage the inputs of a task and its state on the remote Union API.

Attributes

AttributeTypeDescription
pb2common_pb2.InputsThis attribute stores the protobuf representation of the inputs, specifically an instance of common_pb2.Inputs.
dataDict[str, Any]This attribute stores the inputs as a dictionary where keys are strings and values can be of any type, allowing access like a standard dictionary.