This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IProcess>() and is defined in Telligent.Evolution.Platform.dll
Events
Events.AfterComplete
Handler
void ProcessAfterCompleteEventHandler(ProcessAfterCompleteEventArgs e);
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| DisableAbuseChecking | bool | Determins whether abuse checking backgroud processes are enabled or disabled for the current process. | ||
| DisableNotifications Obsolete | bool | RunProcessWithDisabledNotifications should be used to set. Determins whether notifications are enabled or disabled for the current process. | ||
| State | IDictionary |
Methods
void RunProcessWithDisabledAbuseChecking(Action a);
Process level flag to disable abuse checking. No abuse checking plugins will run for the process.
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| a | Action | A | Required |
void RunProcessWithDisabledActivityStories(Action a);
Process level flag to disable activity story creation and updates.
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| a | Action | A | Required |
void RunProcessWithDisabledNotifications(Action a);
Process level flag to disable Notifications. No notifications for the process will be created.
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| a | Action | A | Required |