Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RizaFarheen committed Mar 29, 2024
1 parent 1d61857 commit 2103bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ curl -X POST -H "Content-Type:application/json" \
http://localhost:8080/api/metadata/workflow -d @greetings_workflow.json
```
> [!note]
> To use the Conductor API, the Conductor server must be up and running (see [Running over Conductor standalone (installed locally)](#running-over-conductor-standalone-installed-locally)
> To use the Conductor API, the Conductor server must be up and running (see [Running over Conductor standalone (installed locally)](#running-over-conductor-standalone-installed-locally)).
### Step 2: Write Task Worker

Expand Down
2 changes: 1 addition & 1 deletion workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ search(self, start, size, free_text: str = '*', query: str = None) -> Scrollable

Here are the supported fields for **query**:

| field | description |
| Field | Description |
|-------------|-----------------|
| status |The status of the workflow. |
| correlationId |The ID to correlate the workflow execution to other executions. |
Expand Down

0 comments on commit 2103bfb

Please sign in to comment.