You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
LINGYUN.Abp.Elsa.Activities.Notifications
Notification activities integration module for Elsa workflow
Features
- Provides SendNotification activity for sending notifications
- Support sending to multiple users
- Support notification data and template content
- Support JavaScript and Liquid syntax
- Support setting notification severity
- Integration with ABP framework's
INotificationSenderinterface - Support multi-tenancy
Configuration and Usage
[DependsOn(
typeof(AbpElsaActivitiesNotificationsModule)
)]
public class YouProjectModule : AbpModule
{
}
appsettings.json
{
"Elsa": {
"Notification": true // Enable notification activities
}
}
Activity Parameters
- NotificationName: Name of the registered notification
- NotificationData: Notification data or template content
- To: List of recipient user IDs
- Severity: Notification severity (default is Info)
Output Parameters
- NotificationId: ID of the sent notification