If I delete an instance using the API call https://CHANGEME/api/instances/{id} will that run the decom workflow, or bypass the workflow and delete the instance outright?
Hi @SeditiousSov ,
The instance will still run the workflows that are attached as part of the life cycle. It would be the same as clicking the Delete
button in the UI. Here is an example of one I just deleted using the API that had a Teardown task in the workflow:
Hope that helps!
1 Like
It helps a lot, thank you.
1 Like