Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activity: Websocket support #2689

Open
jwillmer opened this issue Jan 24, 2022 · 1 comment
Open

Activity: Websocket support #2689

jwillmer opened this issue Jan 24, 2022 · 1 comment
Labels
activity This issue relates to a workflows activity

Comments

@jwillmer
Copy link
Contributor

We would need web socket support in the future. I don't have any details/specifics yet but maybe we already can discuss how this could look like from a general perspective @SipkeSchoorstraRTL ?

@jwillmer jwillmer added the activity This issue relates to a workflows activity label Jan 24, 2022
@sfmskywalker
Copy link
Member

Sure. ASP.NET Core supports web sockets right out of the box. Depending on your requirements, Elsa may not have to do anything about this. Your application could for example handle some event, e.g. WorkflowExecuted, and send a message to a web socket client or clients.

Or perhaps you want to have a set of activities that sends a message to connected web socket clients. This too would be done as custom activities.

In both these cases, no updates to Elsa are necessary. But that might be a different story once we have more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
activity This issue relates to a workflows activity
Projects
None yet
Development

No branches or pull requests

2 participants