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
// Processes selected results to parameters and pushes next workflow step to current command dialog
831
832
nextWorkflowStep () {
833
+
this.displayCommandDiag=true
832
834
this.displayResultsDiag=false
833
835
this.currentCommand=this.currentCommandMaster.workflow[this.currentWorkflowIndex] // Set current workflow step as currentCommand
834
836
// For each parameter expected in passedParameters, loop through all of them and then throigh all selections to either join them to single string or insert as numbered parameters separately to returnParams
0 commit comments