I have a scenario , where there is a form with two buttons: Mail and Submit which is actioned based on the client event.
-Mail is not a mandatory action.
-Submit is mandatory.
1. When action= "Mail", an e-mail notification will be sent..Rule: Action "Mail" will update the workitem]
2. When action= "Submit", the client event will be completed..Rule: Action "Submit" will action the workitem]
The issue is when the Mail activity is actioned, the mail event is not fired. This is fired only after the Submit is actioned.Until and unless the client event is active , the mail is not triggered. Only after the client activity is completed, the flow is moving to the succeceding activity.
Alternative: The mail can be using rule in form.
Just wanted to know if this is possible through workflow.
Any suggestion would be appreciated.