dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

WorkflowTaskFailure due to validation errors should include the command information #231

Open dhiaayachi opened 1 month ago

dhiaayachi commented 1 month ago

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

For example it is not clear which specific activity caused the issue:

Screenshot 2023-11-28 at 10 41 44 AM

This applies to other types of validation errors returned by the service.

Describe the solution you'd like Include information about activity id and type into the error message.

dhiaayachi commented 1 month ago

Thanks for reporting this issue. The specific activity and type isn't being included in the error message returned by the service for validation errors.

Here is a way to work around this:

Workaround:

The Temporal CLI supports viewing Workflow history using temporal workflow show, and filtering by Event types. This allows you to find the specific Activity that led to the error, and its type.

References:

This is a feature request for the Temporal Service. We will consider adding activity information to the error messages in future releases.