You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flogo needs support for session management. For activities that communicate using session based protocols (thinking JMS here) Flogo activities should be able to 'Register' a Session Handler within the Engine. When the activity Eval method is invoked it should pass within the context the Session Handler interface in order that a valid session can be retrieved (likely from a Pool).
Also Activities require the ability to support lifecycle events such as Start or Stop that are called on initial App instantiation and destruction in order to handle cleanup activities.
The text was updated successfully, but these errors were encountered:
Flogo needs support for session management. For activities that communicate using session based protocols (thinking JMS here) Flogo activities should be able to 'Register' a Session Handler within the Engine. When the activity Eval method is invoked it should pass within the context the Session Handler interface in order that a valid session can be retrieved (likely from a Pool).
Also Activities require the ability to support lifecycle events such as Start or Stop that are called on initial App instantiation and destruction in order to handle cleanup activities.
The text was updated successfully, but these errors were encountered: