DAGTask represents a node in the graph during DAG execution
| Name | Type | Description | Notes |
|---|---|---|---|
| Arguments | IoArgoprojWorkflowV1alpha1Arguments | [optional] | |
| ContinueOn | IoArgoprojWorkflowV1alpha1ContinueOn | [optional] | |
| Dependencies | List<string> | Dependencies are name of other targets which this depends on | [optional] |
| Depends | string | Depends are name of other targets which this depends on | [optional] |
| Hooks | Dictionary<string, IoArgoprojWorkflowV1alpha1LifecycleHook> | Hooks hold the lifecycle hook which is invoked at lifecycle of task, irrespective of the success, failure, or error status of the primary task | [optional] |
| Inline | IoArgoprojWorkflowV1alpha1Template | [optional] | |
| Name | string | Name is the name of the target | |
| OnExit | string | OnExit is a template reference which is invoked at the end of the template, irrespective of the success, failure, or error of the primary template. DEPRECATED: Use Hooks[exit].Template instead. | [optional] |
| Template | string | Name of template to execute | [optional] |
| TemplateRef | IoArgoprojWorkflowV1alpha1TemplateRef | [optional] | |
| When | string | When is an expression in which the task should conditionally execute | [optional] |
| WithItems | List<Object> | WithItems expands a task into multiple parallel tasks from the items in the list | [optional] |
| WithParam | string | WithParam expands a task into multiple parallel tasks from the value in the parameter, which is expected to be a JSON list. | [optional] |
| WithSequence | IoArgoprojWorkflowV1alpha1Sequence | [optional] |