Bean shell to submit run process

Confluence User - 11 May, 2018

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.

forms

1


12 May, 2018
confluenceUser
confluenceUser

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()
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print