Is Elsa the Right Fit for My Multi-Integration Authorization Architecture + Minimal Hello World Setup #7294
Unanswered
JoseSebastianGarcia
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently evaluating Elsa Workflows and I need both architectural validation and a minimal working setup example.
Architecture Context
Our system acts as an authorization layer between multiple external systems and their purchase request processes.
We receive purchase requests through Azure Functions (currently 4 different integrations).
From there, we apply a standardized responsibility model with three roles:
Once the process completes, we send the approve/reject decision back to the originating system using Azure Service Bus and Azure Functions.
However:
This is not just rule variability — it’s structural variability.
What I Need to Understand
Immediate Practical Need
I am struggling to bootstrap a minimal working setup.
I would appreciate:
My goal is to demonstrate a working visual workflow to management before moving into deeper integration work.
Any snippet, template, or recommended starting point would be extremely helpful.
Thank you in advance.
This screenshot shows my first attempt using Docker. As you can see, the interface appears empty and I don’t see any option to create workflows or add activities:

Beta Was this translation helpful? Give feedback.
All reactions