Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
properties:
  stage:
    - deploy: [0,1]
    - migrate: [0,2]
    - update: [0]
    - undeploy: [10]
    - delete: [10]

All not defined operations will be set to 0.

...

When an instance element has completed a stepstage, not means that the full execution is completed (DEPLOYED state).

...