You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PRT, uncheck the "Delete AsyncOperation if StatusCode = Successful" box for an async step.
Run dvx plugin sync
Expected Behaviour:
AsyncAutoDelete remains set to 0
Actual Behaviour
AsyncAutoDelete gets set to 1
Findings:
StepRegistrar -> BuildStepEntity sets it true for all async plugins.
This was intentional at first to force best practice of this setting with every sync. It can be manually adjusted for specific troubleshooting and then the next sync resets it. But perhaps it should be optional
Steps to reproduce:
dvx plugin syncExpected Behaviour:
Actual Behaviour
Findings: