@Niklas_L
@hikhvar I don't see where temporal is different:
https://docs.temporal.io/application-development/foundations#develop-workflows
... there you also express workflows in code. YAML is just a way to express it
in a language-neutral form for the underlying execution engine.
1 reply
@Niklas_L
@hikhvar You can also test your workflow
execution using mocked integrations:
https://docs.aws.amazon.com/step-functions/latest/dg/sfn-local-test-sm-exec.html
if this is your preferred way to test it.