/
/Ensemble Manager API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 50m ago · Updated 2mo ago
Ensemble17
  • getList all ensembles
  • postCreate an ensemble
  • getGet an ensemble by name
  • patchModify an existing ensemble
  • getList workflows belonging to the given ensemble
  • postCreate a workflow under the given ensemble
  • getGet a specific workflow from the given ensemble
  • patchUpdate workflow priority
  • patchMark the given workflow to be aborted
  • patchMark the given workflow to be replanned
  • patchMark the given workflow to be rerun
  • getSee pegasus-analyzer output for given workflow
  • getGet triggers belonging to the given ensemble
  • getGet a specific trigger belonging to a given ensemble
  • deleteDelete a specific trigger belonging to a given ensemble
  • postCreate a cron based trigger for the given ensemble
  • postCreate a file pattern based cron trigger for the given ensemble
    Ensemble
    Workflow

    Mark the given workflow to be rerun

    Sets the state of the given workflow to "QUEUED". The ensemble manager will then proceed to rerun the workflow. This operation is asynchronous and does not happen immediately.

    patch/ensemble/{em-name}/workflows/{wf-name}/rerun

    Response

    No Content

    Changes