WorkflowStepOutputUnion
A structure to hold multiple values of an output.
Inheritors
Types
Functions
Casts this WorkflowStepOutputUnion as a IntegerValue and retrieves its kotlin.Int value. Throws an exception if the WorkflowStepOutputUnion is not a IntegerValue.
Casts this WorkflowStepOutputUnion as a IntegerValue and retrieves its kotlin.Int value. Returns null if the WorkflowStepOutputUnion is not a IntegerValue.
Casts this WorkflowStepOutputUnion as a ListOfStringValue and retrieves its kotlin.collections.List
Casts this WorkflowStepOutputUnion as a ListOfStringValue and retrieves its kotlin.collections.List
Casts this WorkflowStepOutputUnion as a StringValue and retrieves its kotlin.String value. Throws an exception if the WorkflowStepOutputUnion is not a StringValue.
Casts this WorkflowStepOutputUnion as a StringValue and retrieves its kotlin.String value. Returns null if the WorkflowStepOutputUnion is not a StringValue.