Name | Type | Description | Notes |
---|---|---|---|
boundaryID | String | [optional] | |
children | List<String> | [optional] | |
daemoned | Boolean | [optional] | |
displayName | String | [optional] | |
finishedAt | org.joda.time.DateTime | [optional] | |
id | String | [optional] | |
inputs | Inputs | [optional] | |
message | String | A human readable message indicating details about why the node is in this condition. | [optional] |
name | String | [optional] | |
outboundNodes | List<String> | OutboundNodes tracks the node IDs which are considered "outbound" nodes to a template invocation. For every invocation of a template, there are nodes which we considered as "outbound". Essentially, these are last nodes in the execution sequence to run, before the template is considered completed. These nodes are then connected as parents to a following step. In the case of single pod steps (i.e. container, script, resource templates), this list will be nil since the pod itself is already considered the "outbound" node. In the case of DAGs, outbound nodes are the "target" tasks (tasks with no children). In the case of steps, outbound nodes are all the containers involved in the last step group. NOTE: since templates are composable, the list of outbound nodes are carried upwards when a DAG/steps template invokes another DAG/steps template. In other words, the outbound nodes of a template, will be a superset of the outbound nodes of its last children. | [optional] |
outputs | Outputs | [optional] | |
phase | String | Phase a simple, high-level summary of where the node is in its lifecycle. Can be used as a state machine. | [optional] |
podIP | String | [optional] | |
startedAt | org.joda.time.DateTime | [optional] | |
storedTemplateID | String | StoredTemplateID is the ID of stored template. DEPRECATED: This value is not used anymore. | [optional] |
templateName | String | [optional] | |
templateRef | TemplateRef | [optional] | |
templateScope | String | TemplateScope is the template scope in which the template of this node was retrieved. | [optional] |
type | String | [optional] | |
workflowTemplateName | String | WorkflowTemplateName is the WorkflowTemplate resource name on which the resolved template of this node is retrieved. DEPRECATED: This value is not used anymore. | [optional] |
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.