Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 646 Bytes

WorkflowArrayDataType.md

File metadata and controls

13 lines (9 loc) · 646 Bytes

WorkflowArrayDataType

This data type represents an array of a given type. It can be an array of primitive data or of custom data.

Properties

Name Type Description Notes
array_item_type WorkflowArrayItem [optional]
max int Specify the maximum value of the array. [optional]
min int Specify the minimum value of the array. [optional]

[Back to Model list] [Back to API list] [Back to README]