AsyncOperationCompleted Method

Workflow Manager 2019

The AsyncOperationCompleted method is called when an automated workflow step or operation is finished. It is called only in response to the previous calling of one of the RunAsync methods (RunAsyncImport, RunAsyncConflicts, or RunAsyncValidate).

Syntax

This method has the following syntax:

AsyncOperationCompleted(string ApplicationID, string OperationType, string OperationResults)

Parameters

This method implements the following parameters:

AsyncOperationCompleted Method Parameters

Parameter

Description

ApplicationID

A known value.

OperationType

Step type identifier, which maps to the type of RunAsync method called.

OperationResults

Large XML based string with detailed information about how the operation performed.

See Also