Dependency
note
In the version <=1.4, the steps in the workflow are executed sequentially, which means that there is an implicit dependency between steps, ie: the next step depends on the successful execution of the previous step. At this point, specifying dependencies in the workflow may not make much sense.
In KubeVela, the dependencies between steps can be specified by in the steps.
For example: we want to send a message notification after deploying the component:
Apply the following YAML:
Expected outcome
Use to check the status of the Application: