ResourceWorkflow tools
Workflow tools
Workflow-only commands on top of the shared resource lifecycle — switch type, run test executions, sample triggers, and inspect runs.
The workflow-only tools, on top of the shared geni resource lifecycle (create, validate, config, publish, pull). These apply to code and agent workflows, which run in the cloud on a trigger. Apps use geni app instead.
geni workflow set-type— switch a workflow between code and agent.geni workflow test— run a cloud test execution and wait for the result.geni workflow trigger-sample— fetch a live sample payload from a poll trigger.geni workflow stage-input— upload a local file as a file-type test input.geni workflow executions— list a workflow's recent executions.geni workflow execution— inspect one execution's status, output, and logs.
See Building workflows for the code and agent contracts.