Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 996 Bytes

WorkflowValidationError.md

File metadata and controls

14 lines (10 loc) · 996 Bytes

WorkflowValidationError

Used to show validation errors for the workflow or for the task within the workflow.

Properties

Name Type Description Notes
error_log str Description of the error. [optional] [readonly]
field str When populated this refers to the input or output field within the workflow or task. [optional] [readonly]
task_name str The task name on which the error is found, when empty the error applies to the top level workflow. [optional] [readonly]
transition_name str When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue. [optional] [readonly]

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