1
0
-1

Please can you assist with bean shell to simulate ‘Submit’ for runProcess that I can add to section in form when a condition is met. Prepopulated form that automatically progresses to 2nd activity in my workflow.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, to automatically "submit" a form I do not think you can use bean shell which is server side. Perhaps you can try using JavaScript to simulate clicking the Submit button for example 

      input("#assignmentComplete").click()
        CommentAdd your comment...