Skip to content

Nexus V2 Documentation - don't review or merge!! - #5068

Draft
Evanthx wants to merge 20 commits into
mainfrom
nexus-v2
Draft

Nexus V2 Documentation - don't review or merge!!#5068
Evanthx wants to merge 20 commits into
mainfrom
nexus-v2

Conversation

@Evanthx

@Evanthx Evanthx commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

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!!

@Evanthx
Evanthx requested a review from a team as a code owner August 7, 2026 22:16
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
temporal-documentation Error Error Sep 10, 2026 11:28pm UTC

Request Review

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

❌ Docs build failed

We couldn't automatically identify the specific error from the build output. Here are the last 60 lines of the build log:

Build log tail
              at renderNodeDestructive (server.bundle.js:25267:7)
              at finishFunctionComponent (server.bundle.js:24658:9)
              at renderElement (server.bundle.js:24757:7)
              at retryNode (server.bundle.js:25473:16)
              at renderNodeDestructive (server.bundle.js:25267:7)
              at renderNode (server.bundle.js:25834:14)
        },
        Error: Can't render static file for pathname "/encyclopedia/event-history/event-history-java"
            at generateStaticFile (/home/runner/work/documentation/documentation/node_modules/@docusaurus/core/lib/ssg/ssgRenderer.js:131:20)
            at async /home/runner/work/documentation/documentation/node_modules/p-map/index.js:57:22 {
          [cause]: TypeError: Cannot read properties of undefined (reading 'lines')
              at WorkflowWalkthrough (/home/runner/work/documentation/documentation/build/__server/assets/js/98129899.cb3f7b9d.js:7017:37)
              at renderWithHooks (server.bundle.js:24617:18)
              at renderElement (server.bundle.js:24755:14)
              at retryNode (server.bundle.js:25473:16)
              at renderNodeDestructive (server.bundle.js:25267:7)
              at finishFunctionComponent (server.bundle.js:24658:9)
              at renderElement (server.bundle.js:24757:7)
              at retryNode (server.bundle.js:25473:16)
              at renderNodeDestructive (server.bundle.js:25267:7)
              at renderNode (server.bundle.js:25834:14)
        },
        Error: Can't render static file for pathname "/encyclopedia/event-history/event-history-python"
            at generateStaticFile (/home/runner/work/documentation/documentation/node_modules/@docusaurus/core/lib/ssg/ssgRenderer.js:131:20)
            at async /home/runner/work/documentation/documentation/node_modules/p-map/index.js:57:22 {
          [cause]: TypeError: Cannot read properties of undefined (reading 'lines')
              at WorkflowWalkthrough (/home/runner/work/documentation/documentation/build/__server/assets/js/98129899.cb3f7b9d.js:7017:37)
              at renderWithHooks (server.bundle.js:24617:18)
              at renderElement (server.bundle.js:24755:14)
              at retryNode (server.bundle.js:25473:16)
              at renderNodeDestructive (server.bundle.js:25267:7)
              at finishFunctionComponent (server.bundle.js:24658:9)
              at renderElement (server.bundle.js:24757:7)
              at retryNode (server.bundle.js:25473:16)
              at renderNodeDestructive (server.bundle.js:25267:7)
              at renderNode (server.bundle.js:25834:14)
        },
        Error: Can't render static file for pathname "/encyclopedia/event-history/event-history-typescript"
            at generateStaticFile (/home/runner/work/documentation/documentation/node_modules/@docusaurus/core/lib/ssg/ssgRenderer.js:131:20)
            at async /home/runner/work/documentation/documentation/node_modules/p-map/index.js:57:22 {
          [cause]: TypeError: Cannot read properties of undefined (reading 'lines')
              at WorkflowWalkthrough (/home/runner/work/documentation/documentation/build/__server/assets/js/538a6779.d29ff9fc.js:5673:37)
              at renderWithHooks (server.bundle.js:24617:18)
              at renderElement (server.bundle.js:24755:14)
              at retryNode (server.bundle.js:25473:16)
              at renderNodeDestructive (server.bundle.js:25267:7)
              at finishFunctionComponent (server.bundle.js:24658:9)
              at renderElement (server.bundle.js:24757:7)
              at retryNode (server.bundle.js:25473:16)
              at renderNodeDestructive (server.bundle.js:25267:7)
              at renderNode (server.bundle.js:25834:14)
        }
      ]
    }
  }
}
[INFO] Docusaurus version: 3.10.2
Node version: v24.20.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Run yarn build locally to reproduce the full error.

@@ -0,0 +1,254 @@
---
id: nexus-standalone-activity
title: Nexus Standalone Activity

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a lot of similar thoughts about naming confusion. I'm not at all sure!

Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-sdk-v2.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-sdk-v2.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-sdk-v2.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/index.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/index.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-standalone-activity.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/index.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/index.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/index.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/define-the-data-contract.mdx Outdated
Comment thread docs/encyclopedia/nexus/nexus-sdk-v2.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/call-the-service.mdx Outdated
Comment thread docs/develop/java/nexus/development-walkthrough/index.mdx Outdated
// request targeting the same Activity Execution instead of sending a second
// notification.
.setId("notify-" + ctx.getRequestId())
.setTaskQueue(HandlerWorker.DEFAULT_TASK_QUEUE_NAME)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think we can remove this from all the code since it is not needed

@jsundai

jsundai commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge What it says on the label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants