How to use C# await in Custom Workflow Activity.
Scenario: I am creating a record and then retrieve a related record of the one I've just created using QueryExpression and filtering by the id of the record I've just created. I want to await the creation of the record until the QueryExpression finds the related record.
*This post is locked for comments