Skip to content

Generate importable workflow service JSON models#249

Draft
tconley1428 wants to merge 13 commits intomasterfrom
tconley-workflowservicenexus-json
Draft

Generate importable workflow service JSON models#249
tconley1428 wants to merge 13 commits intomasterfrom
tconley-workflowservicenexus-json

Conversation

@tconley1428
Copy link
Copy Markdown
Contributor

Summary

  • generate workflow service JSON models under
  • keep the protobuf nexus output under
  • enable temporal nexus payload codec support in the generated JSON output

Validation

  • make nexus-gen

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 13, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

❌ spkane31
❌ tconley1428
You have signed the CLA already but the status is still pending? Let us recheck it.


func visitWorkflowServiceSignalWithStartWorkflowExecutionInputPayload(payload *commonv1.Payload, payloadVisitor TemporalNexusPayloadVisitorFunc, visitSearchAttributes bool) (*commonv1.Payload, error) {
var value any
if err := json.Unmarshal(payload.GetData(), &value); err != nil {
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.

Fix using json

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants