Skip to main content
October 17, 2021
Question

ProcessModel Error

  • October 17, 2021
  • 4 replies
  • 0 views

An error occurred while evaluating expression: workflowDetails:rule!CNAM_GC_qeForAllTables(Flag:"WorkflowbyWorkFlowId",
wfid:pv!workflowDetails.workflw_id) (Expression evaluation error in rule 'cnam_gc_qeforalltables' at function a!queryEntity [line 254]: An error occurred while retrieving the data. Details: Memory threshold reached during output conversion (rule: [queryentity expression], type: [CNAMGCWORKFLOWDT41204], threshold: [1,048,576 bytes], objects successfully converted: [12,000])) (Data Outputs)

    4 replies

    stefanhelzle0001
    Brainy
    October 17, 2021

    The expression "CNAM_GC_qeForAllTables" fetches too much data from DB. You will need to limit that.

    October 18, 2021

    How can i limit that?

    subhad
    Participating Frequently
    October 18, 2021

    Limit your batch size (in the pagingInfo of your queryEntity) to a value that you show on a UI at a time.