Output of the playbook.
| JSON representation |
|---|
{
"executionSummary"
:
string
,
"state"
:
enum (
|
| Fields | |
|---|---|
executionSummary
|
Optional. Summary string of the execution result of the child playbook. |
state
|
End state of the playbook. |
actionParameters
|
Optional. A Struct object of output parameters for the action. |
State
Playbook output state.
| Enums | |
|---|---|
STATE_UNSPECIFIED
|
Unspecified state. |
OK
|
Playbook succeeded. |
CANCELLED
|
Playbook cancelled. |
FAILED
|
Playbook failed. |
ESCALATED
|
Playbook failed due to escalation. |

