Skip to main content

workflow - keep-alive

Comments

1 comment

  • Colin Doak

    Unfortunately, there's no way to avoid exiting a workflow when the panel containing it closes.  Some possible work arounds:

    1. If you are working in VertiGIS Studio Web, remove the close button from the panel.  This will make it impossible to close the panel other than when the Workflow exits (via a user action).  The user could then minimize the panel when not using the Workflow.

    2. Set the state of the Workflow in an application scope variable prior to loading each form.  If the user closes the Workflow and then relaunches it, check for the app scope variable at startup and populate your forms with it rather than through user input.  

    Hope this helps.

    Colin

    1

Please sign in to leave a comment.