Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 986 Bytes

WorkflowInternalProperties.md

File metadata and controls

14 lines (10 loc) · 986 Bytes

WorkflowInternalProperties

Internal properties for a task definition which are not editable by the user.

Properties

Name Type Description Notes
base_task_type str This field will hold the base task type like HttpBaseTask or RemoteAnsibleBaseTask. [optional] [readonly]
constraints str This field will hold any constraints a concrete task definition will specify in order to limit the environment where the task can execute. [optional] [readonly]
internal bool Denotes this is an internal task. Internal tasks will be hidden from the UI within a workflow. [optional] [readonly]
owner str The service that owns and is responsible for execution of the task. [optional] [readonly]

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