You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1310,6 +1310,18 @@ affect calls activity code might make to functions on the `temporalio.activity`
1310
1310
*`worker_shutdown()` can be invoked to simulate a worker shutdown during execution of the activity
1311
1311
1312
1312
1313
+
### Nexus
1314
+
1315
+
⚠️ **Nexus support is currently at an experimental release stage. Backwards-incompatible changes are anticipated until a stable release of Nexus support is announced.** ⚠️
1316
+
1317
+
#### What is Nexus?
1318
+
1319
+
[Nexus](https://github.com/nexus-rpc/) itself is a synchronous RPC protocol. Arbitrary duration operations that can
1320
+
respond asynchronously are modeled on top of a set of pre-defined synchronous RPCs. The Temporal Python SDK supports
1321
+
defining Nexus operations that can be called from a workflow.
1322
+
1323
+
TODO
1324
+
1313
1325
### Workflow Replay
1314
1326
1315
1327
Given a workflow's history, it can be replayed locally to check for things like non-determinism errors. For example,
0 commit comments