Interaction framework for Sequential process
Hello,
I have one use case where we are following the sequential steps from one application to another.
I have two projects, one is reading the mail attachments and save it to disk and storing the attachment name and sender details in datatable.
Second project will read each attachment and perform different actions on attachment.
Do i need to use interaction framework for this process? If yes then could you please guide how can I use interaction framework here and what will be my interaction key?
could you please help?