AsyncOperation (system job) entity

 

Applies To: Dynamics CRM 2013

A system job, also known as an asynchronous operation, is used to define and track the execution of an asynchronous operation, for example an asynchronous registered plug-in, workflow, or other background system operation. When dealing with asynchronous plug-ins and workflows, you typically don’t create an asyncoperation entity record directly. Instead, an asyncoperation record is automatically created in the database whenever an asynchronous system operation, such as an asynchronous plug-in or a workflow, is going to run. However, you can use the asyncoperation entity when you develop custom tools to manage or report on asynchronous operations in Microsoft Dynamics CRM.

Note that System Job is the display name of this entity when you view it in CRM. When you program by using the Microsoft Dynamics CRM SDK, you use the asyncoperation logical name.

See Also

Asynchronous service in Microsoft Dynamics CRM 2013
AsyncOperation (system job) entity messages and methods
AsyncOperation (system job) entity privileges