Hi,
I have an async workflow which listens to the deletion of a record (e.g. email). Inside the workflow, a reference of an email-field will be given to an custom workflow activity. E.g. a lookup field to a contact located on the email.
Since the workflow is async I wonder if the workflow will be executed correctly in all cases? In other words: Does the workflow still has access to all fields of the email - even if the email is currently being deleted?
*This post is locked for comments