-
Notifications
You must be signed in to change notification settings - Fork 239
Description
I just installed Netflix Maestro on my Mac, compiled, and ran the sample projects provided. Everything is functioning smoothly, which is fantastic. I’ve been exploring the sample sample-dag-test-1.json and attempted to modify it to suit my specific requirements. However, I encountered some challenges due to a lack of detailed documentation on how to properly write or adjust the JSON definitions for custom workflows.
While the Wiki does offer an example, it falls short of providing the depth needed to understand and test straightforward custom scenarios. For instance, I am curious about the different types of step definitions available besides NoOp. Specifically, I would like to explore how to integrate my own scripts or execute Docker images within a workflow.
Furthermore, I noticed there is documentation on SEL for writing more advanced workflows, but I am currently focused on understanding the basic functionalities and integration capabilities. Could you guide me on where I might find more comprehensive examples or documentation? Also, any tips on integrating custom scripts or Docker images in the initial stages would be greatly appreciated.
Looking forward to your guidance.