Expand description
Implementation of the start sub-command.
start launches a previously created job. It reads the persisted
execution definition from meta.json, validates that the job is in
created state, and then spawns the supervisor process.
Structs§
- Start
Opts - Options for the
startsub-command.
Functions§
- execute
- Execute
start: launch a created job and return JSON.