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
The code editor requires that the process graph JSON is wrapped in {"process_graph": ...}
otherwise, when you try to switch to "visual mode", you get this "Process invalid" error:
Very often, when I do user support, the user shares their process graph without the {"process_graph": ...} wrapper.
Can't we just support that format too in the editor?
The text was updated successfully, but these errors were encountered:
It requires it because that's how it is specified, a process requires the "process_graph". The other variant is a left over in the other clients from the old 0.x days. So I'd rather say, please implement the other clients in a way that they don't export invalid processes any more:
The code editor requires that the process graph JSON is wrapped in
{"process_graph": ...}
otherwise, when you try to switch to "visual mode", you get this "Process invalid" error:
Very often, when I do user support, the user shares their process graph without the
{"process_graph": ...}
wrapper.Can't we just support that format too in the editor?
The text was updated successfully, but these errors were encountered: