# sendTaskSuccess

State Resource

This is a State Resource as provided by the tymly-core-plugin plugin.

# Purpose

Sends Task Success to another execution.

# Usage

# Example

{
  "FlagParent": {
    "Type": "Task",
    "Resource": "module:sendTaskSuccess",
    "Parameters": {
      "executionName.$": "$.launcher.executionName",
      "result.$": "$.timestamp"
    },
    "End": true
  }
}
Last Updated: 9/10/2023, 11:30:14 AM