Hi, I have this requirement where I have to create a workflow which is triggered from a Z-transaction. Workflow will send mail requesting Approve or Reject to the approver, after he selects some action and sends the mail which is processed by inbound mail processing and a exit class is triggered to read mail, if it was approved then approval mail for next level approver is sent and the same repeats to N level approvals.
After receiving approval how can I trigger the next mail?