Skip to content

Conversation

maxdml
Copy link
Collaborator

@maxdml maxdml commented Aug 15, 2025

Still missing:

  • garbage collection
  • global timeout
  • deactivate endpoint

Not sure we want the restart endpoint but I added it for backward compatibility

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The only tests I added are around list workflows:

  • Check the timestamp validation (we expect UTC timestamps in the request that are converted to time.Time)
  • Check that empty bodies are equated to no filters

@maxdml maxdml marked this pull request as ready for review August 18, 2025 21:01
_WORKFLOW_STEPS_PATTERN = "GET /workflows/{id}/steps"
_WORKFLOW_CANCEL_PATTERN = "POST /workflows/{id}/cancel"
_WORKFLOW_RESUME_PATTERN = "POST /workflows/{id}/resume"
_WORKFLOW_RESTART_PATTERN = "POST /workflows/{id}/restart"
Copy link
Member

Choose a reason for hiding this comment

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

No restart endpoint, it's now deprecated everywhere

@maxdml maxdml merged commit 230d4dd into main Aug 18, 2025
2 checks passed
@maxdml maxdml deleted the admin-server-p2 branch August 18, 2025 23:01
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.

2 participants