temporalio / temporalio/features

Full history decode utility

Open
#468 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
32
Forks
28
Avg merge
1d 9h
Merged PRs (30d)
7

Description

Describe the solution you'd like

Users need to decode all payloads in a history object. This could be exposed as a payload visitor or as a more specific decode-history method. That decision is up to the architect that accepts this issue.

Today if a user is in Go, they can use to visit payloads and decrypt them: https://pkg.go.dev/go.temporal.io/api/proxy#VisitPayloads. This is present/exposed in no other SDK I am aware of. EDIT: Except Ruby :-)

Per-SDK Tickets

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the existing Go proxy.VisitPayloads and Ruby Temporalio::Api::PayloadVisitor references, then review the per-SDK checklist and the unresolved choice between a payload visitor and a decode-history method. Done requires an accepted API direction and a defined implementation or exposure plan across the applicable SDKs and possibly the Temporal CLI.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, java, php, python, ruby, typescript
Domain
api, backend, cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.