Antonio Mendoza Pérez

Results 51 issues of Antonio Mendoza Pérez

## Required **What is the issue?** On this page https://docs.temporal.io/application-development/foundations `How to start an Activity Execution` points to https://docs.temporal.io/application-development/foundations#start-activity-execution, which does not exist. I guess that the right link is...

# Brief description Improve the standard visibility documentation https://docs.temporal.io/concepts/what-is-standard-visibility/ # Your recommended content It would be nice to have a table similar to https://docs.temporal.io/concepts/what-is-a-search-attribute/#default-search-attributes for search attributes for standard visibility....

info-improve

## What was changed ## Why? ## Checklist 1. Closes #289 2. How was this tested: 3. Any docs updates needed?

### What are you really trying to do? I am trying to understand how cancellation scopes work, and for that I am looking at `HelloCancellationScope` and `HelloDetachedCancellationScope` ### Describe the...

bug

## Expected Behavior reported here https://community.temporal.io/t/workflow-task-metrics-only-have-labels-with-the-workflow-type-none-for-the-java-sdk/5942 There is no alignment in the tags pupulated by both metrics (_temporal_activity_schedule_to_start_latency_seconds_bucket_ and _temporal_workflow_task_schedule_to_start_latency_seconds_bucket_). Either both should populate their respective tags, or none of...

## Required **What is the issue?** Documentation mention for "Manage Namespaces in Temporal Cloud using Temporal Cloud UI" "This functionality is in development." https://docs.temporal.io/cloud/how-to-manage-namespaces-in-temporal-cloud#manage-namespaces-in-temporal-cloud-using-temporal-cloud-ui I think the documentation should be...

# Brief description The documentation mentions how to invite users to Temporal Cloud. (https://docs.temporal.io/cloud/how-to-get-started-with-temporal-cloud#invite-users-using-web-ui), it would be nice to have similar documentation on how to remove users from Temporal Cloud...

## Required **What is the issue?** https://docs.temporal.io/cloud/how-to-manage-certificates-in-temporal-cloud#manage-certificate-filters-using-temporal-cloud-ui The documentation for "Manage certificate filters using Temporal Cloud UI" should be updated, it says "This functionality is in development" but you can...

**Is your feature request related to a problem? Please describe.** Other SDKs allows starting a full Temporal server locally for testing purpose. Eg typescript: `TestWorkflowEnvironment.createLocal()` I would like to have...

enhancement

## Expected Behavior setting setMaximumAttempts=0 (or not setting any value, default = 0) for local activities should make the activity retry forever. I expect the same behavior as "normal" activities,...

good first issue