I’m building a process that after treating all the transactions needs to send an email with a file that was being created during the process.
I’m using the Reframework.
My question is what should be the “right” place to put the action that sends the emails:
- In the transition “No Data”
- In the “GetTransactionData” workflow with an if checking TransactionItem Is Nothing
- In the “Get Transaction Data” state in the Exit with an if checking TransactionItem Is Nothing