Skip to content

how does the business system receive or send Signal communication? #1465

Answered by sfmskywalker
landonzeng asked this question in Q&A
Discussion options

You must be logged in to vote

The Elsa signaling mechanism was designed only to send signals to workflows, not to business systems.

For that, a better fit would be the Event Received, RunTask and Send Command activities found in Elsa.Activities.Conductor.

I haven't documented these yet, but they basically allow you to implement a conductor-style workflow where your workflow orchestrates tasks and events.

RunTask activities allow you to run a task in your business system, and your business system can send events to the workflow to start or resume execution of the workflow by triggering EventReceived activities.

As of this writing, the way for the workflow to notify your business system to execute a given task is by let…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@landonzeng
Comment options

Answer selected by landonzeng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1459 on August 31, 2021 19:50.