How to create 'Follow Up' plugin?
![]()
I am new to RTC development. I have done development environment setup and server setup. When I create, new 'Plugin project' and deployed it on server, it comes under 'Pre-condition'. But I want to have this plugin under 'Follow up actions'. Can anyone guide me, what is I am missing?
|
Accepted answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Jul 24 '15, 2:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Follow:
All people I know that carefully read the post and followed the instructions in the workshop were able to create their follow up actions.
Avinash Bamane selected this answer as the correct answer
Comments Hello Ralph,
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, there are several extension points. Pre conditions are called advisors and follow up actions are called participants. The extension points reflect that naming. The extension points use slightly different interfaces as well. |