Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 680 Bytes

WorkflowValidationInformation.md

File metadata and controls

12 lines (8 loc) · 680 Bytes

WorkflowValidationInformation

Type used to capture all the validation information for the workflow definition.

Properties

Name Type Description Notes
state str The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default). [optional] [readonly] [default to 'NotValidated']
validation_error list[WorkflowValidationError] [optional]

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