Skip to main content

Close Browser Event

Comments

3 comments

  • Nico Burgerhart
    You can also add a record to a log table (with Add Features or SQL Non Query activty) and remove it as last activity in your workflow (with Delete Features or SQL Non Query activity).

     

    All non-successful runs will then be in the log table.
    0
  • Permanently deleted user
    Nico,

     

    Thanks for your response. I've implemented a delete * from table, as the last activity in my workflow. So, if the user completes the workflow correctly, then all is fine.

     

    But if the browser session is closed via the 'X' button, is there any way of listening for this event

     

    and then terminating the workflow properly?

     

    Walter
    0
  • Permanently deleted user
    In the Geocortex API, there is an event called "WorkflowAbortedEvent". So if the client accidently closes their browser, can this event be used to determine this?

     

    Walter
    0

Please sign in to leave a comment.