Hoppa till huvudinnehållet

Close one workflow when another one is initialized.

Kommentarer

3 kommentarer

  • Berend Veldkamp

    I don't think that is possible with WAB.

     

    A workaround would be to make a 'master' workflow from where wf1 and wf2 are started. Now a user will be forced to close their current wf to return to the master.

    0
  • Ken Lyon

    Hi @Darryl Klassen?,

     

    The difficulty is that in Web AppBuilder, when you click the button for a widget that is already visible, it just hides it without exiting. This is true for all panel-based widgets in Web AppBuilder. The other option we have for running workflows is using the Modal widget. It shows the form in a modal dialog box rather than a typical panel.

     

    This might not work for you, though, if you still need to interact with the map while the workflow is running.

    0
  • Darryl Klassen

    My work around is to move the dialog box to cover up the buttons (using CSS), this would then force the user to click the close button if they want to open one of the other widgets. Not the most elegant, but it seems to work.

     

    0

Du måste logga in om du vill lämna en kommentar.