-
Notifications
You must be signed in to change notification settings - Fork 140
Ability to search by activity id #3249
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I am using the Java SDK. In my logs I might see something like this:
Activity failure. ActivityId=a1d54128-ac9f-3ba8-bad6-d780bfebb47c, activityType=Foo, attempt=2
However, when attempting to find the workflow in the UI that this activity belongs to, this information is useless.
Describe the solution you'd like
I should be able to find workflows that contain a given activity ID.
Describe alternatives you've considered
The Java SDK could include more context on the warning message for activity failures, which would allow finding the relevant workflow.
This is also related to #884 in the sense that at least with 884 we could show the workflows with failing activities, which would at least be more helpful than the current situation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request