TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Low-code orchestration system / SaaS

16 pointsby mybestaccountover 4 years ago
Hi -<p>I&#x27;m launching a product that requires multiple different kinds of workflows (e.g. &quot;Order fulfillment&quot;, &quot;Contract Negotiation&quot;, etc...). And I&#x27;m looking for a product that can help me seamlessly manage the coordination of these workflows amongst my team, 3rd parties, and external customers.<p>The way I view it: I have some concept of an entity in my system (e.g. &quot;an Order&quot;), and any time one of those entities are created (e.g. &quot;an Order is placed&quot;), then some sequence of actions needs to be choreographed amongst my team, the customer, and 3rd parties. Currently I&#x27;m doing this using hacked together code, but it feels very brittle&#x2F;hacked together.<p>I&#x27;m wondering if there is an &quot;Orchestration system as a service&quot; that can help me solve this. I&#x27;ve looked at things like Airflow, but it still seems too low-level. I&#x27;m looking for the equivalent of something like Algolia, Airflow, etc... i.e. a SaaS product. Kissflow seems interesting, but I&#x27;m hoping to have multiple options that I can evaluate before deciding.

10 comments

blakeburchover 4 years ago
I run Shipyard (<a href="https:&#x2F;&#x2F;shipyardapp.com" rel="nofollow">https:&#x2F;&#x2F;shipyardapp.com</a>), a SaaS platform to orchestrate workflows seamlessly with minimal code on your part. If I&#x27;m understanding your current setup and needs correctly, it sounds like we may be able to solve what you&#x27;re looking for.<p>You can get started with our no-code templates or build your own using Python&#x2F;Bash. We&#x27;re higher level than Airflow, with visual workflow editors and a web-accessible platform (no hosting required), but still lower level than Zapier by enabling you to run heavy-duty custom scripts as needed.<p>On the off-chance that you&#x27;re looking for tools that create workflows that require more manual intervention... you might want to look into Formstack, Quickbase, or Microsoft Power Automate alongside Kissflow.
bzalaskyover 4 years ago
Are you familiar with Zapier (<a href="https:&#x2F;&#x2F;zapier.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zapier.com&#x2F;</a>) or IFTT (<a href="https:&#x2F;&#x2F;ifttt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ifttt.com&#x2F;</a>)? These are the two solutions that came to mind for me after reading your question, though there may be a few other options out there in this space.
andrew_c_vover 4 years ago
How far are you in building your product? Do it in Bubble (<a href="https:&#x2F;&#x2F;bubble.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bubble.io&#x2F;</a>). Check it out and let me know what you think. I am not affiliated, just a fan.
iceyover 4 years ago
If you use Slack, we&#x27;re about to start beta for something that might help you out. Happy to share it with you. I&#x27;m not sure it will nail 100% of what you need today, but since we&#x27;re building aggressively right now and are close, it could be a good time for both of us. My email is in my profile if you&#x27;re interested!
vladsanchezover 4 years ago
Consider StackStorm - Platform : [<a href="https:&#x2F;&#x2F;stackstorm.com" rel="nofollow">https:&#x2F;&#x2F;stackstorm.com</a>] - Integrations : [<a href="https:&#x2F;&#x2F;exchange.stackstorm.org" rel="nofollow">https:&#x2F;&#x2F;exchange.stackstorm.org</a>]
iSlothover 4 years ago
I&#x27;ve never used it, however <a href="https:&#x2F;&#x2F;n8n.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;n8n.io&#x2F;</a> looks quite nice - I also think it&#x27;s a fellow HN&#x27;er (janober)
zakshayover 4 years ago
I&#x27;ve never used it, but <a href="https:&#x2F;&#x2F;nodered.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nodered.org&#x2F;</a> seems interesting.
oliverx0over 4 years ago
Co-founder of seliom.com here. We do exactly what you described. Happy to give you a demo.
asimover 4 years ago
Temporal.io just came out with something
parsnipsover 4 years ago
AWS Step functions seems good for something like this...