Hi Friends ,Please help me out on the query required .[date and time with second '00'] . Means I need the date and time with second '00' in additional data .Thanks and RegardsAbhishek Kumar .
The given code had limit of 10,000.?var query = xtk.queryDef.create( <queryDef schema="xtk:workflow" operation="select"> <select> <node expr="@internalName"/> </select> </queryDef>)var res = query.ExecuteQuery()for each (var w in res.workflow) { logInfo(w.@internalName)}