Async Subflow Not Retrieving Flow Data

We are attempting to implement the Fire and Forget method with a subflow by running it asynchronously. The purpose is to send a simple email. The flow runs without error, but I am not receiving an email upon completing. Any thoughts on why this is occurring?

Comments

  • Flows run asynchronously automatically run under SYSTEM user context. Therefore, this is expected behavior and data such as initiating user email cannot be used. If you navigate to System → Administration → System Tools → Flow Management → Recent Flow Results will show you that your asynchronous subflow was started by SYSTEM ACCOUNT as seen below:

    Instead, please setup input data on the asynchronous subflow and map in the user directly.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion