Adding condition in a Workflow | Community
Skip to main content
mansim31441104
Level 2
June 19, 2017
Solved

Adding condition in a Workflow

  • June 19, 2017
  • 1 reply
  • 1619 views

Hey All,

I am working on AEM workflow where in I am sending a payload for approval from different groups. The first three approvals are compulsory but after it the workflow should check if one of the field in the forms submitted is greater than a particular amount, if yes than only it proceeds to the next approval otherwise it completes the task. How to create such a condition? How to extract a value from the adaptive form submitted for approval?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by poojac_2204

Hi mansim,

One solution of your problem could that, you can store your the form data in a pdf/text format in jcr and pass this URL to the inbox of second group.

Second group can see check the value and if it is greater then particular vaule it can pass the request to third group or can complete the task.

Note :  you can customize http://localhost:4502/inbox​ console and add a custom tab. Pass the value of form url to this tab

Hope it's useful !!!

1 reply

poojac_2204Accepted solution
Level 4
June 19, 2017

Hi mansim,

One solution of your problem could that, you can store your the form data in a pdf/text format in jcr and pass this URL to the inbox of second group.

Second group can see check the value and if it is greater then particular vaule it can pass the request to third group or can complete the task.

Note :  you can customize http://localhost:4502/inbox​ console and add a custom tab. Pass the value of form url to this tab

Hope it's useful !!!