What is the difference between a workflow attachment and a workflow package? I was hoping to start a workflow using the attachment, and once I've validated that the attachment satisfies certains conditions, copy the attachment into the workflow package.
Background:
I have a process that is initiated with an "Email Inbound - Initiate" activity. This activity fetches the emails for a given user. The idea here is that the user has emails, each with one attachment, that need to be the package for a running workflow. But before placing the email attachment into the workflow package, I wanted to put it into the workflow attachment, then perform a few checks to ensure that the email/attachment meet certain requirements. Once the checks succeed, copy the attachment data into the package using a process data mapper.