Skip to content

Commit

Permalink
Merge pull request #20 from Eunit99/main
Browse files Browse the repository at this point in the history
πŸ“ Fix typo, change `dastks` => `tasks`
  • Loading branch information
v1r3n authored Sep 7, 2023
2 parents 43cca3e + afb30a7 commit 7c88662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The [Running your first worker](https://orkes.io/content/docs/getting-started/ru
### Run locally
Once you have set up [Conductor locally](https://orkes.io/content/docs/getting-started/install/running-locally), there are several image processing workflows you can run.

1. First image processing workflow. The [tutorial](https://orkes.io/content/blog/image-processing-workflow-with-conductor) will walk you through setting up dastks and a workflow. Once it is up and running, you can send an image and dimensions - and receive a link to the modified image on S3.
1. First image processing workflow. The [tutorial](https://orkes.io/content/blog/image-processing-workflow-with-conductor) will walk you through setting up tasks and a workflow. Once it is up and running, you can send an image and dimensions - and receive a link to the modified image on S3.
2. Image processing with FORKs. Using a [Conductor Fork](https://orkes.io/content/blog/image-processing-multiple-images-forks) allows us to run processes in parallel - in this case creating a jpg and webp image.
3. Image processing with FORKs and Sub_workflows. This example substitues the 2 tasks for the JPEG creation in example 2 with a subworkflow.
3. Image processing with FORKs and Sub_workflows. This example substitues the 2 tasks for the JPEG creation in example 2 with a subworkflow.

0 comments on commit 7c88662

Please sign in to comment.