Thanks for the response. I want the details to retrieve the task data within a certain time rage from designer service.
Scenario:
Search all tasks which are active, matches with certain taskTypeID and last updated time falls within a certain time range (Eg: 07th July 2023 11:00 PM to 08th July 2023 11:00 PM).
Now I got the solution, Will convert the time range to millisecond and apply the greater and lesser than condition to get the tasks.
#MWS-CAF-Task-Engine#webMethods#BPM