PROD=LOGAN&FILE=WFWORKUNIT&INDEX=WFWSET1&KEY=XX&FIELD=PROCESS-NAME;WORKUNIT&OUT=CSV&DELIM=~ XX = oWorkUnit
Posted By Woozy on 05/23/2013 02:28 PM FYI - For this type of question, you'd probably be better off in the ProcessFlow forum rather than the S3 Customization/Development forum.
Posted By Shane Jones on 05/23/2013 10:30 PM We are converting our flows to V10 next week.... Looks like i might need to rewrite some of my queries. Woozy - do you know if the conversion program will create these in landmark for Me? I am guessing I will need to write them from scratch but hoping there will be some conversion help. Is the landmark node pretty easy to build queries in?
Posted By Woozy on 05/23/2013 05:05 PM Shane is correct that his query should work in PFI/PFA. However, it won't work in IPA, which is the new Landmark version of pflow. Landmark doesn't have a "logan" and each app prodline has it's own set of pflow tables. You'd need to use a Landmark node with this query: _dataArea="{prodline}" & _module="pfi" & _objectName="PfiFlowDefinition" & _actionName="Find" & _actionOperator="NONE" & _actionType="SingleRecordQuery" & _runAsUser="" & _pageSize=30 & PfiFlowDefinition="{ProcessName}" & CurrentFlowVersion
_dataArea="{LPSDataArea}" & _module="pfi" & _objectName="PfiWorkunit" & _actionName="Find" & _actionOperator="NONE" & _actionType="SingleRecordQuery" & _runAsUser="" & _pageSize=1 & PfiWorkunit="{WorkUnit}" & FlowVersion