Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

[Docs] Small docs fixes #3291

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/how-tos/Workflows/debugging-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sidebar_position: 1
Conductor UI is a tool that we can leverage for debugging issues. Refer to the following articles to search and view
your workflow execution.

1. Searching Workflows (coming soon!)
2. View Workflow Executions (coming soon!)
1. [Searching Workflows](/how-tos/Workflows/searching-workflows.html)
2. [View Workflow Executions](/how-tos/Workflows/view-workflow-executions.html)


## Debugging Executions
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/how-tos/Workflows/starting-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Workflow executions can be started by using the following API:

```http request
```http
POST /api/workflow/{name}
```

Expand All @@ -16,7 +16,7 @@ Refer to the SDK documentation to configure a client in your selected language t

### Example using curl

```shell
```bash
curl 'https://localhost:8080/api/workflow/sample_workflow' \
-H 'accept: text/plain' \
-H 'content-type: application/json' \
Expand Down