Skip to content

Commit

Permalink
workflow name issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
saivivek116 committed Apr 12, 2024
1 parent 4140b64 commit 1e8091b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/static/js/gw.workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,11 @@ GW.workflow = {
if (createandrun) {
GW.workflow.run(msg.id);
}

GW.workflow.display({id:msg.id, ...workflow});
GW.workspace.showSaved();
switchTab(document.getElementById("main-workspace-tab"), "workspace");

})
.fail(function (jqXHR, textStatus) {
console.error("fail to add workflow");
Expand Down

0 comments on commit 1e8091b

Please sign in to comment.