AgileExtender Event Handlers
The tables in this topic gives the event handlers for the AgileExtender framework.
Event Handlers
| Event | Description |
|---|---|
|
AssignWorkItem |
A work item is awaiting assignment to a participant. |
|
CancelWorkItem |
A work item is Cancelled. |
|
CompleteWorkItem |
A work item is Completed. |
|
EnterActivityInstance |
The process enters an activity instance. |
|
LeaveActivityInstance |
The process leaves an activity instance. |
|
ReassignWorkItem |
An activity is Reassigned. |
|
WorkItemOverdue |
The assigned work item becomes Overdue. |
|
WorkItemAssigned |
An work item is assigned to a participant. |
|
ResolvingPoolMembers | |
|
ActivateWorkItem |
A work item is activated. |
|
CancelProcessInstance |
Cancels a running process instance. |
|
CompleteProcedure |
Completes a procedure. |
|
CreateProcessInstance |
Creates a new process instance. |
|
DeliverNotification |
An email notification is sent. |
|
ProcessInstanceFaulting |
A process instance fault occurs. |
|
ResumeProcessInstance |
Resumes a Suspended process instance. |
|
SuspendProcessInstance |
Suspends a running process instance. |
|
StopProcessInstance |
Stops a running process instance. |
|
StartProcessInstance |
Starts a process instance. |
|
ScheduledItemTimeout |
A scheduled item is timed out. |
|
UpdateCustomAttributes |
Custom attributes are updated. |
|
RollbackProcessInstance |
A process instance is rolled back to a previous version. |
|
MigrateProcessInstance |
A process instance is migrated to a new version. |
|
QueryCustomAttributes |
Queries the values of custom attributes. |
|
CompletingWorkItem |
Triggers before the completion of work item is committed. |
|
CancellingWorkItem |
Triggers before the cancellation of work item is committed. |