Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.51 KB

CustomWorkflowOutput.md

File metadata and controls

24 lines (19 loc) · 1.51 KB

CustomWorkflowOutput

Properties

Name Type Description Notes
id str The ID of the workflow
version int The version of the workflow
conflicts [ConflictOutput] Any conflicts that are present in the workflow stages
creation_date int
maintainer_id str The member ID of the maintainer of the workflow. Defaults to the workflow creator.
links {str: (Link,)} The location and content type of related resources
name str The name of the workflow
execution ExecutionOutput
description str A brief description of the workflow [optional]
kind str The kind of workflow [optional]
stages [StageOutput] The stages that make up the workflow. Each stage contains conditions and actions. [optional]
meta WorkflowTemplateMetadata [optional]
template_key str For workflows being created from a workflow template, this value is the template's key [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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