# sendTaskHeartbeat
State Resource
This is a State Resource as provided by the tymly-core-plugin plugin.
# Purpose
Sends Task Heartbeat to another execution.
# Usage
# Example
{
"FlagParent": {
"Type": "Task",
"Resource": "module:sendTaskHeartbeat",
"Parameters": {
"executionName.$": "$.launcher.executionName",
"result.$": "$.count"
},
"End": true
}
}