File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1321,7 +1321,7 @@ Temporal supports calling Nexus operations **from a workflow**. See https://docs
1321
1321
currently for calling a Nexus operation from non-workflow code.
1322
1322
1323
1323
To get started quickly using Nexus with Temporal, see the Python Nexus sample:
1324
- https://github.com/temporalio/samples-python/tree/main /hello_nexus .
1324
+ https://github.com/temporalio/samples-python/tree/nexus /hello_nexus .
1325
1325
1326
1326
1327
1327
Two types of Nexus operation are supported, each using a decorator:
@@ -1334,7 +1334,7 @@ Two types of Nexus operation are supported, each using a decorator:
1334
1334
may do network I/O, but it must respond within 10 seconds.
1335
1335
1336
1336
The following steps are an overview of the [ Python Nexus sample] (
1337
- https://github.com/temporalio/samples-python/tree/main /hello_nexus ).
1337
+ https://github.com/temporalio/samples-python/tree/nexus /hello_nexus ).
1338
1338
1339
1339
1 . Create the caller and handler namespaces, and the Nexus endpoint. For example,
1340
1340
```
You can’t perform that action at this time.
0 commit comments