Skip to main content

ContentFlowActionErrorEvent

No description

type ContentFlowActionErrorEvent implements ContentFlowRunEvent {
eventId: ID!
createdDate: DateTime!
sequence: Int!
actionId: String!
message: String!
}

Fields
Link copied!

ContentFlowActionErrorEvent.eventId ● ID! non-null scalar
Link copied!

ContentFlowActionErrorEvent.createdDate ● DateTime! non-null scalar
Link copied!

ContentFlowActionErrorEvent.sequence ● Int! non-null scalar
Link copied!

ContentFlowActionErrorEvent.actionId ● String! non-null scalar
Link copied!

ContentFlowActionErrorEvent.message ● String! non-null scalar
Link copied!

Interfaces
Link copied!

ContentFlowRunEvent interface
Link copied!