WorkflowStepEventNotificationAction
No description
type WorkflowStepEventNotificationAction implements NotificationAction {
id: ID!
name: String!
}
Fields
WorkflowStepEventNotificationAction.id ● ID! non-null scalar
This notification action's ID.
WorkflowStepEventNotificationAction.name ● String! non-null scalar
The name of this action.