Hoppa till huvudinnehållet

Exiting from nested forms

Kommentarer

1 kommentar

  • Permanently deleted user

    Yes, generally you do need to terminate your workflow at the top level, and there is no real mechanism for terminating it elsewhere. Normally this is just a matter of arranging your workflow differently so that it does always terminate at the top level, and this would probably be the best solution as far as maintainability and readability goes. If absolutely necessary you could also maintain a 'Canceled' state in a global boolean variable, and then use this variable to cancel the workflow when you do return to the top level, regardless of where the form actually is. 

    0

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