DT-3526 describe standalone activity #3099
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description & motivation 💭
Implement describe standalone activity page
DescribeActivityExecutionAPI withincludeInput: trueandincludeOutcome: trueDescribeActivityExecutionAPI withincludeInput: false,includeOutcome: true, therunIdandlongPollTokenScreenshots (if applicable) 📸
Design Considerations 🎨
Testing 🧪
How was this tested 👻
Steps for others to test: 🚶🏽♂️🚶🏽♀️
Run temporal server from a local build
make binsandmake startdefaultnamespace, runtemporal operator namespace create --namespace defaultdefaultnamespace, runtemporal operator search-attribute create --namespace default --name MySearchAttribute --type KeywordRun the UI against a local build of temporal server
DT-3526-describe-standalone-activitybranch in the ui repocd server/ && make buildcd .. && pnpm dev:local-temporalRun some sample workflows in the samples-go repo
cd temporal-fixtures/stuck-workflows/go run worker/main.gogo run starter/main.goStart a Standalone Activity
stuck-workflowsStuckWorkflowActivityStart to Close Timeoutfield with some long duration,1 hourfor examplehttp://localhost:3000/namespaces/default/activities/<activity_id>/detailsTo test Activities with Payloads + Codec Server
In the
samples-gorepo:cd codec-servergo run ./codec-server -web=http://localhost:3000 -port=8088go run worker/main.gogo run starter/main.goIn the UI
http://localhost:8088codecserverActivityhttp://localhost:3000/namespaces/default/activities/<activity_id>/detailsand ensure payloads are being decoded.Checklists
Draft Checklist
Merge Checklist
Issue(s) closed
Docs
Any docs updates needed?