Skip to main content

Union UAT Testing WrkAction

Union UAT Testing WrkAction

Application

  • Wrkflow Tools

Inputs (what you have)

NameDescriptionData TypeRequired?Example
String | null (minLength when string)null is valid; strings shorter than 3 chars invalid; length >= 3 validText (Short)No
Number | null (minLength when number)null is valid; numbers shorter than 3 chars invalid; length >= 3 validNumber with decimalsNo
Integer | null (minLength when integer)null is valid; integers shorter than 3 chars invalid; length >= 3 validNumberNo
String oneOf constsMust match exactly one constPredefined Choice ListNo
Integer oneOf constsMust be one of the listed integersNumberNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Blob OutputLong text output from testingText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A