Archy - End Task Action Additional Information
End Task Action
Note:
Support for outputPaths
on a task and the outputPath
property on the End Task action are currently in development and will be released with Archy version 0.3.3.
outputPath Property
Type:
StringRequired:
FalseDescription:
Specifies the output path use for the end task action.Value:
The name of the output path you wish to use for the end task action.
Usage
Here is an example of how to configure an End Task action, including the outputs. First, you need to create a task in you flow, and create your outputPaths
on the task. Then, you can add the End Task action to you actions
property on your task.
tasks:
- task:
refId: task1
outputPaths: <-- define output paths for the task here
- outputPath:
name: Output Path 1
- outputPath:
name: Output Path 2
actions:
- endTask:
name: My End Task Action
outputPath:
name: Output Path 1 <-- set the end task output path to use by using an output
path name from the 'outputPaths' section above. This
name should match case insensitively
Note:
If you enter an output path name for the End Task action that does not exist, it will throw an error and end Archy's processing of the YAML. You can only enter names that are configured on the task that the End Task action is a part of.
Archy - Ver. 2.33.1, generated on January 3, 2025