texera
texera copied to clipboard
Make "create workflow" separated from "persisting" a workflow
The current way uses the first workflow change event to create a new workflow. this could cause issue where the first change generates multiple events, multiple copies of the new workflow will be created. The temp fix #1457 was to enlarge the event debounce time to reduce the chance of multiple events upon the first change. However, a proper way of fix might be deeper: we need to separate the first creation of a workflow logic out.
Discussion 2022.05.19: low priority
Discussion 2022.12.07: @aglinxinyuan will take care of this one.
@aglinxinyuan will fix this issue.
Which PR closes this issue?
Which PR closes this issue?
#2538