Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Docs build passed |
📖 Docs PR preview links
|
| @@ -0,0 +1,254 @@ | |||
| --- | |||
| id: nexus-standalone-activity | |||
| title: Nexus Standalone Activity | |||
There was a problem hiding this comment.
Reading this gave me an interesting thought . Should this doc live under SAA rather than under Nexus. The PRD names this feature is Standalone Activity: Start from Nexus, which is actually a clearer name for this. If we leave here the name really should be something like Standalone Activity Started By Nexus
There was a problem hiding this comment.
I had a lot of similar thoughts about naming confusion. I'm not at all sure!
| </SdkTabs.DotNet> | ||
| </SdkTabs> | ||
|
|
||
| ## Coming from the earlier handler APIs |
There was a problem hiding this comment.
I would add a note that there is no issue if they have workflow operations in progress. TemporalOperationHandler can cancel them just fine
Co-authored-by: Quinn Klassen <klassenq@gmail.com>
Co-authored-by: Quinn Klassen <klassenq@gmail.com>
| // request targeting the same Activity Execution instead of sending a second | ||
| // notification. | ||
| .setId("notify-" + ctx.getRequestId()) | ||
| .setTaskQueue(HandlerWorker.DEFAULT_TASK_QUEUE_NAME) |
There was a problem hiding this comment.
Nit: I think we can remove this from all the code since it is not needed
…g step, split out into per SDK instead of SDK tabs
|
In the process of reworking this (moving this into the sidebar, turning it into one page, added tabbed component, etc) - gonna make a few more commits and then I'll review the content. |
Note for documentation reviewers - do not review or merge. I am sending this to some internal folks as we are discussing what we want to do.
Microservice Development Walkthrough is main part of this PR.
Matching sample Java code: temporalio/samples-java#793
┆Attachments: EDU-6917 Nexus V2 Documentation - don't review or merge!!