Active task is getting disappeared.

Hi,

 

I am implementing auto email  task notification. for this I need task id that will map into email node.

I have created one rule where I call  Active task report to get the task id. but when I implement this rule into process model, active task is getting disappeared.

Active task report is process model based report.

 

  Discussion posts and replies are publicly visible

Parents Reply
  • , it include all subporcess. and I am filtering based upon request id. code please find below.

    load(
    local!datasubset:a!queryProcessAnalytics(
    report: cons!ACTIVE_TASK_TEMPO_REPORT,
    contextProcessModels:cons!FIRM_PM,
    query:a!query(
    filter:a!queryFilter(field:"c8",operator:"in",value:ri!RequestID),
    pagingInfo:a!pagingInfo(startIndex:1,batchSize:-1)
    )
    ),

    with(
    index(local!datasubset.data,"c7",{})

    ))
Children
No Data