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

Commit

Permalink
#2913 fixed dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindanr committed Apr 18, 2022
1 parent d045c14 commit a3bb524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The API and storage layers are pluggable and provide ability to work with differ
## Installing and Running

!!! hint "Running in production"
For a detailed configuration guide on installing and running Conductor server in production visit [Conductor Server](server) documentation.
For a detailed configuration guide on installing and running Conductor server in production visit [Conductor Server](../server) documentation.

### Running In-Memory Server

Expand Down Expand Up @@ -42,7 +42,7 @@ protobuf {



The server is in the directory `conductor/server`. To start it execute the following command in the root of the project.
The server is in the directory `conductor/server`. To start it, execute the following command in the root of the project.

```shell
./gradlew bootRun
Expand Down Expand Up @@ -79,7 +79,7 @@ If you get an error message `ReferenceError: primordials is not defined`, you ne
Assuming that you started Conductor locally (directly, or with Docker), launch the UI at [http://localhost:5000/](http://localhost:5000/).

!!! Note
The server will load a sample kitchensink workflow definition by default. See [here](labs/kitchensink) for details.
The server will load a sample kitchensink workflow definition by default. See [here](../labs/kitchensink) for details.

## Runtime Model
Conductor follows RPC based communication model where workers are running on a separate machine from the server. Workers communicate with server over HTTP based endpoints and employs polling model for managing work queues.
Expand All @@ -104,7 +104,7 @@ Conductor follows RPC based communication model where workers are running on a s
2. Create the workflow definition
3. Create task worker(s) that polls for scheduled tasks at regular interval

The [Beginner lab](labs/beginner) has a good walk-through of steps 1-3.
The [Beginner lab](../labs/beginner) has a good walk-through of steps 1-3.

**Trigger Workflow Execution**

Expand Down

0 comments on commit a3bb524

Please sign in to comment.