Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console2: configure children process columns #1085

Merged
merged 6 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update server/impl/src/main/java/com/walmartlabs/concord/server/proce…
…ss/ProcessResourceV2.java

Co-authored-by: Ivan Bodrov <ibodrov@gmail.com>
  • Loading branch information
brig and ibodrov authored Feb 20, 2025
commit 9d7f0568e573274af03970a2654a8adbad607f2c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ private ProcessFilter createProcessFilter(UUID orgId,

// can't allow seq scans, we don't index PROCESS_QUEUE.META (yet?)
if (!metaFilters.isEmpty() && (effectiveProjectId == null && parentId == null)) {
throw new ValidationErrorsException("Process metadata filters require a project name or parentId or an ID to be included in the query.");
throw new ValidationErrorsException("Process metadata filters require a project name or project ID or a parent process ID to be included in the query.");
}

return ProcessFilter.builder()
Expand Down