Versions in this module Expand all Collapse all v1 v1.18.0 Jun 10, 2026 Changes in this version + var StatusCompleted = helpers.ToRuntimeStatusString(protos.OrchestrationStatus_ORCHESTRATION_STATUS_COMPLETED) + var StatusFailed = helpers.ToRuntimeStatusString(protos.OrchestrationStatus_ORCHESTRATION_STATUS_FAILED) + var StatusTerminated = helpers.ToRuntimeStatusString(protos.OrchestrationStatus_ORCHESTRATION_STATUS_TERMINATED) + func IsTerminal(s string) bool + func Start(t *testing.T, ctx context.Context, httpClient *http.Client, httpPort int, ...) string + type Status struct + Properties map[string]string + RuntimeStatus string + func Run(t *testing.T, ctx context.Context, httpClient *http.Client, httpPort int, ...) Status + func TryRun(ctx context.Context, httpClient *http.Client, httpPort int, ...) (Status, error) v1.18.0-rc.5 Jun 1, 2026