Skip to content

Commit

Permalink
Added geocoding python tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSmithApps authored and Grant Smith committed Aug 27, 2024
1 parent f07fee5 commit 44eecf9
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/python/hello_world_in_python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You can pass multiple inputs to a Workflow, but it's a good practice to send a s

:::

The method calls the `workflow.execute_activty` method which executes an Activity called `say_hello`, which you'll define next. `workflow.execute_activity` needs the [Activity Type](https://docs.temporal.io/activities#activity-type), the input parameters for the Activity, and a [Start-To-Close Timeout](https://docs.temporal.io/activities#start-to-close-timeout) or [Schedule-To-Close Timeout](https://docs.temporal.io/concepts/what-is-a-schedule-to-close-timeout).
The method calls the `workflow.execute_activity` method which executes an Activity called `say_hello`, which you'll define next. `workflow.execute_activity` needs the [Activity Type](https://docs.temporal.io/activities#activity-type), the input parameters for the Activity, and a [Start-To-Close Timeout](https://docs.temporal.io/activities#start-to-close-timeout) or [Schedule-To-Close Timeout](https://docs.temporal.io/concepts/what-is-a-schedule-to-close-timeout).

Finally, the `run` method returns the result of the Activity Execution.

Expand Down
Loading

0 comments on commit 44eecf9

Please sign in to comment.