Which one do you prefer?<p>If you'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?
> write the workflow in their DSL spec<p>With Github Actions (for example), the workflow in <i>their</i> DSL "spec" is in <i>our</i> source control as .yml files, though.<p>> you can run your own native code as workflows<p>Github Actions lets you specify `docker run`, so we could execute "(y)our own native code."<p>> decoupled from your source code<p>Given the above, could you elaborate on this?