Skip to content

Commit

Permalink
Merge pull request #770 from RizaFarheen/main
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
RizaFarheen authored Oct 17, 2024
2 parents 0b5e0d7 + a8fe924 commit dbdf541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-orkes-conductor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are two hosting options:

You can try [Orkes Playground](https://play.orkes.io/?utm_campaign=set-up-orkes-conductor&utm_source=orkes-doc&utm_medium=web) for immediate testing. A [14-day free trial of Orkes Cloud](https://cloud.orkes.io/signupset-up-orkes-conductororkes-doc&utm_medium=web) is also available for setting up custom Conductor clusters.

## Orkes Cloud - Local Setup
## Orkes Conductor - Local Setup

Orkes Cloud users can utilize the Orkes Cloud containers available on [DockerHub](https://hub.docker.com/) under the [orkesio](https://hub.docker.com/orgs/orkesio/repositories) organization for local development and testing of the Orkes Conductor clusters. These containers include all the Cloud features but **require an Orkes Cloud subscription**.

Expand Down
3 changes: 2 additions & 1 deletion docs/reference-docs/worker-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ For a full guide on how to use workers, refer to [Using Workers](docs/developer-
1. In your workflow, select the **(+)** icon to add a new task. There are two ways to add a worker task:
* Search for your task using its task name (created previously) and select to add it to the workflow.
* Add a **Worker Task (Simple)** and enter the task name in Task Definition. This creates a new task definition.
2. Configure the task, such as its inputs, caching, and optionality.
2. Configure the task, such as its inputs, caching, schema validation, and optionality.

Sample worker code snippets are available in the UI for reference.

## Examples

Expand Down

0 comments on commit dbdf541

Please sign in to comment.