Guidance on implementing a common workflow for all other workflows

Hi All

Currently we are working on some POCs for client. We have multiple use cases where at last we have to send a success/failure email. This is for all the use cases,

Que: Is it a good idea to make only one workflow and call it from different projects ? If yes, can anyone guide little bit how can we perform this ?

Hi @kkpatel
You can use the same responseemail flow in all projects.
Just be aware to handle all the variable things for different use cases.

@kkpatel

Yes it’s good practice and most of us will do same only.

Create one seperate workflow for sending mails and then use Invoke WorkFlow activity to trigger that workflow where ever you need it.