Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 143529

Use C# await in Custom Workflow Activity

$
0
0

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. 


Viewing all articles
Browse latest Browse all 143529

Trending Articles