Skip to content
On this page

Nova Actions

INFO

This page will describe how Nova actions can be generated.

Examples

Action

yaml
arch: 1.0.0
definitions:
  novaActions:
    - EmailAccountProfile

Queued

yaml
arch: 1.0.0
definitions:
  novaActions:
    EmailAccountProfile:
      shouldBeQueued: true

Destructive

yaml
arch: 1.0.0
definitions:
  novaActions:
    DeleteUserData:
      shouldBeDestructive: true

Destructive Queued

yaml
arch: 1.0.0
definitions:
  novaActions:
    DeleteUserData:
      shouldBeDestructive: true
      shouldBeQueued: true