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
remove isParallelize parameter in processors, it can be determined by maxChildrenProcess === 1
handle notion of idempotent/non-idempotent query, if a query is not idempotent, then it can be handled by a fallback system based on the initial collection query whose result is modified dynamically by each child iteration.
fallback system may not be required on idempotent query, as each child as his dedicated page to execute because the query result will not change on each iteration.
handle idempotent parameter to true if there is only one child to run processes, pagination will be correct until the end.