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
Currently when running Blueprint steps, if any step fails the entire thing stops with an error. In some situations it's helpful to allow optional or "fail-able" steps.
The feature was suggested in the context of plugin and theme install steps (#605), but it seems useful if we can implement for any step type.
The text was updated successfully, but these errors were encountered:
question around the writeFile playground step. I have a URL that I don’t know whether it exists. If it does, I want to write it to a file, if it doesn’t, that’s ok. Currently the blueprint stops at that writeFile step
A fallback behavior for resources would be really there useful, e.g. „onError”: „stop”, „onError”: „ignore”, or even "onError": { "resource: "url", ... }
What
Currently when running Blueprint steps, if any step fails the entire thing stops with an error. In some situations it's helpful to allow optional or "fail-able" steps.
The feature was suggested in the context of plugin and theme install steps (#605), but it seems useful if we can implement for any step type.
The text was updated successfully, but these errors were encountered: