How to use Workflow Form Binder in BeanShell

Confluence User - 12 Aug, 2020

Hi everyone, can I use Workflow Form binder in BeanShell to store my data in the database?
If can, How can I do It? Because I hope the BeanShell is used as a validator to validate the data the user key in only

validate;beanshell;workflow;store

1


13 Aug, 2020
confluenceUser
confluenceUser

Hi, I am not absolutely certain, but you could try something like 

new WorkflowFormBinder().store(element, rows, formData);

However, if you wish to perform validation, you should consider using the Bean Shell Validator instead of a store binder.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print