Terminates the bird (stops bird flying)
Options:
Option | Required | Description | Example |
---|---|---|---|
conclusion | true | (string) End message: The reason behind the termination (useful in condition or loop action) | found the element |
Example 1: Terminate the bird
{
"action": "end-bird",
"options": {
"conclusion": "found the element"
}
}