Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helloworld4.md #109

Merged
merged 1 commit into from
Jun 7, 2022
Merged
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
2 changes: 1 addition & 1 deletion docs/codelab/helloworld4.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ What we've covered so far:

## Part 4

In Part 4 of the codelab, we'll add in an [Inline task](/content/docs/reference-docs/system-tasks/inline-task) to perform some basic logic operations (using JavaScript). Inline tasks are great because they allow for computations on teh COnductor server as a part of the workflow, without having to standup another task & microservice to complete the computation.
In Part 4 of the codelab, we'll add in an [Inline task](/content/docs/reference-docs/system-tasks/inline-task) to perform some basic logic operations (using JavaScript). Inline tasks are great because they allow for computations on the Conductor server as a part of the workflow, without having to standup another task & microservice to complete the computation.

## Where we stand
In part 3 of this codelab, our workflow was split into 2 forks, one that creates the "Hello World!" message, and the other fork that grabs the users IP address, and extracts their location:
Expand Down