Versions Compared

Key

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

...

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

All not defined operations will be set to 0.



During the execution of the operation how the user is able to see the steps executed by the instance element?

...