Hi Pradeep,
Make sure that the output of your ‘cleanseAction’ has boolean variable which has ‘true’ and it’s getting assigned to ‘isActiveCustomerFound’.
You can achieve this by the below:
- In your message bean create a new action called ‘newaction()’.
- This action should be get called when you click the ‘cleanse button’ from your UI page.
- In the ‘Data Flow Implementation’ of ‘newaction()’ assign the boolean value ‘true’ which is the outcome of ‘cleanseAction’ to ‘isActiveCustomerFound’
This solves your problem.
Hi Xiaowei,
Looks like just he named the button as ‘Cleanse Button’ (my guess).
#webMethods#webMethods-BPMS#MWS-CAF-Task-Engine