top | item 43574623 Ask HN: Workflow Orchestration tools? 1 points| jchap | 11 months ago |twitter.com 1 comment order hn newest jchap|11 months ago Are there any (simple) tools out there where the API contract is like:- POST a statechart to something to kick it off/validate transitions/log events, schedule waits/etc- receive POSTs (webhook-like) back to a handler endpoint to actually execute side effectsThe SCXML spec defines stuff that supports this really well (ie the send/invoke tags)Closest things I’ve been able to find:Stately/XStateTemporalAWS Step FunctionsStep functions probably the closest to what I'm looking for but is the task token thing the only way to “receive” events? unknown|11 months ago [deleted]
jchap|11 months ago Are there any (simple) tools out there where the API contract is like:- POST a statechart to something to kick it off/validate transitions/log events, schedule waits/etc- receive POSTs (webhook-like) back to a handler endpoint to actually execute side effectsThe SCXML spec defines stuff that supports this really well (ie the send/invoke tags)Closest things I’ve been able to find:Stately/XStateTemporalAWS Step FunctionsStep functions probably the closest to what I'm looking for but is the task token thing the only way to “receive” events?
jchap|11 months ago
- POST a statechart to something to kick it off/validate transitions/log events, schedule waits/etc
- receive POSTs (webhook-like) back to a handler endpoint to actually execute side effects
The SCXML spec defines stuff that supports this really well (ie the send/invoke tags)
Closest things I’ve been able to find:
Stately/XState
Temporal
AWS Step Functions
Step functions probably the closest to what I'm looking for but is the task token thing the only way to “receive” events?
unknown|11 months ago
[deleted]