Skip to content

How can I grab the form field data and use in the workflow #1239

Discussion options

You must be logged in to vote

Use FormBPMDataPipelineListener which copies form data to camunda.

Now form data will be available in the execution.

Write a script before the approver task to set the assignee based on the value from the form field.

Then in the approver task use the variable in the assignee/candidate group.

Instead of a script, you can also use a dmn to decide on the assignee.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@horizontechcomhk-fai
Comment options

Answer selected by abhilash-aot
Comment options

You must be logged in to vote
1 reply
@horizontechcomhk-fai
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants