Skip to content

Commit

Permalink
Merge pull request #502 from RizaFarheen/main
Browse files Browse the repository at this point in the history
Update pausing-for-external-signals.md
  • Loading branch information
nhandt2021 authored Aug 4, 2023
2 parents f37f6aa + 51ef269 commit f88ddf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guides/pausing-for-external-signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ The restart option restarts the workflow with either the current or latest defin

You can achieve this using 2 methods: using API & Conductor UI.

### Using API for rerunning a completed workflow from a specific task
### Using API for rerunning a workflow from a specific task

Once you have the **workflowId**, you can rerun the completed workflow from a specific task using the following API. Get the task execution ID from the UI and include it in the API.
Once you have the **workflowId**, you can rerun the workflow from a specific task using the following API. Get the task execution ID from the UI and include it in the API.

<p align="center"><img src="/content/img/task-execution-id.png" alt="Task Execution ID from Conductor UI" width="100%" height="auto"></img></p>

Expand Down

0 comments on commit f88ddf6

Please sign in to comment.