Hi Everyone,
I have a requirement as follows: from email inbound initiate activity i am polling a mailbox and retrieving emails with attachments if any, and then i invoke a child process by using Invoke process activity where i send this mail and the attachments to the child process. Now my client's requirement is that, the body of the email should go as a package and the attachments should go as attachments itself in the child process. How do i achieve this keeping in mind the the child process uses a different package than the email inbound process.
I tried mapping the email body's content-type and data to package in Invoke Process Activity but it is failing at invoke process, saying Null in process template. Have no clue!!!
its Critical. So, please i need ideas.
Thanks,
Avinash.