You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a step-by-step tutorial to start building and running workflows with bistro.It is assumed you completed the installation procedure and you have a functional OCaml environment. Writing bistro workflows requires only a few simple constructs of OCaml, and this tutorial will start providing them. We'll move on to the definition of workflows using predefined components in the next section, and show how to create new components in the final section.