temporalio / temporalio/features

[Feature Request] Test schedule workflows have all required information set in their execution

Open
#202 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

Is your feature request related to a problem? Please describe.

Per our documentation

Workflow Executions started by a Schedule have the following additional properties:

* The Action's timestamp is appended to the Workflow Id.

* The TemporalScheduledStartTime [Search Attribute](https://docs.temporal.io/concepts/what-is-a-search-attribute) is added to the Workflow Execution. 

* The value is the Action's timestamp.
The TemporalScheduledById Search Attribute is added to the Workflow Execution. The value is the Schedule Id.
Describe the solution you'd like

Verify this information is present and accessible on all SDKs

Additional context

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 schedule-execution properties listed in the issue and the linked Search Attribute documentation. Review the repository's behavior and history compatibility tests, then identify how each SDK exposes these values. Done means the documented workflow ID and search attributes are present and accessible across all SDKs.

Written by the indexing model from the issue text.

Assessment

Domain
testing
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.