Re: syncope notification

2018-05-04 Thread gumi
Thank you for your answer. 

And i have one more question about notificationjob.cronExpression.

I set '0 0/5 * * * ? ' as value for 'notificationjob.cronExpression'. 
Next i create notification task create and then notification task executed
automatically.

Usually, i create pull/push task and set cronExpresstion like '0 0/5 * * * ?
'.
So task executed every 5 minutes.

But when notification task executed successfully, any more executed.
Is it right?





--
Sent from: http://syncope-user.1051894.n5.nabble.com/


Re: syncope notification

2018-04-17 Thread Dima Ayash

Hello,

1. There is the generic notification system in Syncope [1], which is 
currently based on email only,  SYNCOPE-168 [2] shows the roadmap for 
allowing more notification mechanism.


2. Anyway, if you just need to send out an SMS as part of the workflow, 
then you can do it in the workflow by overriding Java classes like in 
[3] and [4].


3. As latest resort, (1) can be work-around by overriding some internal 
classes in Syncope by implementing a client for sending SMS and use it 
wherever you need to send the notification.


However for points 2 and 3, for the moment you need to create a client 
to send SMS notification and use it in your code.


[1] https://syncope.apache.org/docs/reference-guide.html#notifications

[2] https://issues.apache.org/jira/browse/SYNCOPE-168

[3] 
https://github.com/apache/syncope/blob/2_0_X/core/workflow-activiti/src/main/java/org/apache/syncope/core/workflow/activiti/task/Create.java


[4]https://github.com/apache/syncope/blob/2_0_X/core/workflow-activiti/src/main/java/org/apache/syncope/core/workflow/activiti/task/Update.java


Best regards,
Dima Ayash

On 2018/04/17 00:51:04, gumi  wrote:
> Hi,>
>
> I have a question about notifications.>
>
> In reference guide, there is email configuration for notification.>
> It means that syncope support only email notifications?>
> Because i want to use another notification like SMS notification.>
>
> Do you have any idea or reference, plesea let me know!>
>
> -->
> Sent from: http://syncope-user.1051894.n5.nabble.com/>
>


syncope notification

2018-04-16 Thread gumi
Hi,

I have a question about notifications.

In reference guide, there is email configuration for notification.
It means that syncope support only email notifications?
Because i want to use another notification like SMS notification.

Do you have any idea or reference, plesea let me know!

--
Sent from: http://syncope-user.1051894.n5.nabble.com/