Elsa Activity and Hangfire - External App Integration #5906
Unanswered
mthrift2100
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm aware that Hangfire can be used to implement the temporal services in Elsa.
But I'm curious if Hangfire can be used to distribute execution of activities to external apps within a workflow.
For example, can the execution of an activity within a workflow be queued in Hangfire, and allow a Hangfire Server running on an external service to dequeue and execute the activity.
This would be similar to the External App Integration using Webooks that is described in the elsa documentation. But instead of relying on HTTP requests, Hangfire can be used as a message bus.
The Elsa Workflow would need to be aware of the JobID from Hangfire and know when it had finished as well.
Does this type of integration with Hangfire exist currently?
Beta Was this translation helpful? Give feedback.
All reactions