Skip to main content

diagrid workflow rerun

Rerun a workflow execution

Description

Rerun a workflow execution from a specific event

diagrid workflow rerun [flags]

Examples


# Rerun a workflow execution from a specific event
diagrid workflow rerun --app-id my-app --instance-id my-instance --event-id 10 --new-workflow-id my-new-instance

Options

  -a, --app-id string            [Required]: App ID used to orchestrate workflow
-i, --instance-id string [Required]: Instance ID of the workflow
-e, --event-id string [Required]: Event ID to rerun from
-n, --new-workflow-id string [Required]: New workflow instance ID
--input string New input data (JSON string)
-p, --project string Name of existing project
-o, --output string Output format, supported [table, yaml, json] (default "table")
-h, --help help for rerun

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO