Y
Hacker News
new
|
ask
|
show
|
jobs
by
brad0
985 days ago
That sounds very similar to AWS Step Functions to me. You define a workflow graph in JSON, then run the workflow and hand out subprocesses to lambdas etc.
1 comments
8note
985 days ago
I've definitely seen workflows written as single step graphs, where the output is opening a new workflow with a different single step
It was hard to read and understand
link
It was hard to read and understand