# archiveExecution
State Resource
This is a State Resource as provided by the tymly-cardscript-plugin plugin.
# Purpose
Archive a completed execution. It's status is prefixed with ARCHIVED-. Primarily used to removed long-running tasks from the list of completed executions.
# Usage
# Example
{
"ArchiveExecution": {
"Type": "Task",
"Resource": "module:archiveExecution",
"InputPath": "$.executionName"
}
}