TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Devs, Workflow engine with DSL or programming language?

1 点作者 as90将近 2 年前
Which one do you prefer?<p>If you&#x27;re gonna use some third party service (either closed hosted, or self hosted) to build application logic workflows, what will be your preference? To write the workflow in their DSL spec and decoupled from your source code?, or will you be more interested if you can run your own native code as workflows?

2 条评论

turtleyacht将近 2 年前
&gt; write the workflow in their DSL spec<p>With Github Actions (for example), the workflow in <i>their</i> DSL &quot;spec&quot; is in <i>our</i> source control as .yml files, though.<p>&gt; you can run your own native code as workflows<p>Github Actions lets you specify `docker run`, so we could execute &quot;(y)our own native code.&quot;<p>&gt; decoupled from your source code<p>Given the above, could you elaborate on this?
as90将近 2 年前
I think nobody understood the question, lol