Tons of minor fixes to the based on cloud tests

This commit is contained in:
Frikky
2025-11-12 11:39:18 +01:00
parent e470dbef7f
commit 822e7c1eb3
36 changed files with 3353 additions and 1882 deletions
+3 -2
View File
@@ -768,6 +768,7 @@ const RuntimeDebugger = (props) => {
toast("Error executing workflow: "+responseJson.error)
} else {
console.log("Executed workflow: ", responseJson)
submitSearch(workflowId, status, startTime, endTime, rowCursor, maxExecutionCount, suborgWorkflowRuns)
}
})
.catch((error) => {
@@ -1236,8 +1237,8 @@ const RuntimeDebugger = (props) => {
setRowsPerPage(newPaginationModel.pageSize)
// No API call needed - this is just for client-side pagination
}}
onRowSelectionModelChange={(newSelection) => {
selectionModel={selectedWorkflowExecutions.map((workflow) => workflow.id)}
onSelectionModelChange={(newSelection) => {
//console.log("newSelection: ", newSelection)
//setSelectedWorkflowExecutionsIndexes(newSelection)
var found = []