Skip to content

Commit d66df7a

Browse files
committed
Placeholder README content
1 parent 9934c5e commit d66df7a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,18 @@ affect calls activity code might make to functions on the `temporalio.activity`
13101310
* `worker_shutdown()` can be invoked to simulate a worker shutdown during execution of the activity
13111311

13121312

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+
13131325
### Workflow Replay
13141326

13151327
Given a workflow's history, it can be replayed locally to check for things like non-determinism errors. For example,

0 commit comments

Comments
 (0)