PlaybookOutput

Output of the playbook.

JSON representation
{
  "executionSummary": string,
  "state": enum (State),
  "actionParameters": {
    object
  }
}
Fields
executionSummary

string

Optional. Summary string of the execution result of the child playbook.

state
(deprecated)

enum (State)

End state of the playbook.

actionParameters

object (Struct format)

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.