You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gateway API was updated and while before it supported only getProcessList(fromId:string) fetching all the processes from create after a specific process ID (fromId) now is getProcessList(from:number) where form is an index in the list of the processes.
@elboletaire does it make sense to use the from parameter for the pagination of the UI?
The text was updated successfully, but these errors were encountered:
Description
The gateway API was updated and while before it supported only
getProcessList(fromId:string)
fetching all the processes from create after a specific process ID (fromId
) now isgetProcessList(from:number)
where form is an index in the list of the processes.@elboletaire does it make sense to use the
from
parameter for the pagination of the UI?The text was updated successfully, but these errors were encountered: