Hi Filipe,
please send your future questions to u...@syncope.apache.org, thanks.

You can find my replies embedded below.
Regards.

On 27/03/19 13:46, Filipe Silva wrote:
Hi

Using 2.14-SNAPSHOT:

1- the execution task lists are ordered by ascending "start date" but it would be more useful, for us, if it was descending. Is a configuration for that available?

Task executions are ordered by default by end date descending [1].
Anyway, there is no configuration option for changing such setting, you'll need to override the class in your local project if you want to have this different setting by default.

2- Some rows in notification tasks list do not have the start date with value (even when the status is [EXECUTED]), why?

The [EXECUTED] status is set in case the task was executed but the trace level does not allow for storing executions.

3- Shouldn't a notification task get the status [NOT SEND] when it doesn't have a Recipient?

The general process is that the NotificationManager wakes up according to the "notificationjob.cronExpression" configuration parameter and create all the Notification Tasks that can be created.
If there are no recipients, the code [2] does not create any task.

4- Is it possible to send the TRACE info (depending in the trace level of a notification) in the notification email sent?

No, not possible currently, you'll need to extend [3] and provide your own NotificationManager implementation.

5- Is it possible to send the Event type info in the notification email sent? Or do I have to make a notifications for each event type I want to be notified?
Same as above, you need to extend [3].

[1] https://github.com/apache/syncope/blob/2_1_X/client/console/src/main/java/org/apache/syncope/client/console/tasks/ExecutionsDirectoryPanel.java#L176 [2] https://github.com/apache/syncope/blob/2_1_X/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/notification/DefaultNotificationJobDelegate.java#L166 [3] https://github.com/apache/syncope/blob/2_1_X/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/notification/DefaultNotificationJobDelegate.java#L166

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/

  • Some questions Filipe Silva
    • Re: Some questions Francesco Chicchiriccò

Reply via email to