Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 812 Bytes

File metadata and controls

18 lines (14 loc) · 812 Bytes

Sub-Workflows

This is a wrapper around the VM creation script. The parent workflow, subworkflow.wf.json uses simple_vm.wf.json as a SubWorkflow.

To run this example, you need to replace some values in the workflow configs. In particular, you must at least change the workflow Project, GCSPath, and OAuthPath fields (or override them using their respective flags). For OAuthPath, you may remove it entirely if you wish to use the application-default credentials for the user running Daisy.

Take aways:

  • The SubWorkflow step field Path is the relative local path to the workflow file being used. In this case, ../vm_creation/simple_vm.wf.json