exo icon indicating copy to clipboard operation
exo copied to clipboard

if component spec is invalid, create still succeeds

Open brandonbloom opened this issue 4 years ago • 1 comments

If you click "Create Process" twice in a row:

image

image

Need either/both of earlier spec validation and an "error/invalid" state for components, so that creation will succeed and the component can then be edited after creation. The latter seems more robust.

brandonbloom avatar Jul 21 '21 20:07 brandonbloom

I think what's required here is both explicit validation and an explicit invalid state. We want to validate in the UI, but allow creation without initialization (ie create succeeds synchronously, but then initialize fails asynchronously).

brandonbloom avatar Oct 16 '21 22:10 brandonbloom