Skip to content

Conversation

@cretz
Copy link
Member

@cretz cretz commented Feb 20, 2025

What was changed

  • Support static_summary and static_details on:
    • Temporalio::Client#start_workflow
    • Temporalio::Client#execute_workflow
    • Temporalio::Client::WithStartWorkflowOperation#initialize
    • Temporalio::Client::Schedule::Action::StartWorkflow#initialize
    • Temporalio::Client::WorkflowExecution::Description
  • Support summary on:
    • Temporalio::Workflow.sleep (and Temporalio::Workflow.timeout by extension)
    • Temporalio::Workflow.execute_activity
    • Temporalio::Workflow.start_child_workflow
    • Temporalio::Workflow.execute_child_workflow
  • Support description on:
    • Temporalio::Workflow::Definition.workflow_query_attr_reader
    • Temporalio::Workflow::Definition.workflow_signal and Temporalio::Workflow::Definition::Signal
    • Temporalio::Workflow::Definition.workflow_query and Temporalio::Workflow::Definition::Query
    • Temporalio::Workflow::Definition.workflow_update and Temporalio::Workflow::Definition::Update
  • Support Temporalio::Workflow.current_details get/set
  • Support __temporal_workflow_metadata query
  • Interceptors for all where applicable
  • Tests for all

Checklist

  1. Closes [Feature Request] Support user metadata #217

@cretz cretz requested a review from a team February 20, 2025 14:20
end
end

def test_update_with_start_start_fail
Copy link
Member Author

Choose a reason for hiding this comment

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

Not related to this PR, just added here because was missed in original update-with-start PR

@cretz cretz merged commit 5d692ab into temporalio:main Feb 20, 2025
6 checks passed
@cretz cretz deleted the user-metadata branch February 20, 2025 19:47
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.

[Feature Request] Support user metadata

2 participants