Getting Flow Tracking ID with Folder Process ID
Comments
-
How do I get the Flow Tracking ID if I know the Folder Process ID?
Is it better to map objects to the Process Folder Id or to the Flow Tracking ID?
-
[font=Roboto, Arial, Helvetica, sans-serif]The flow tracking id is stored in the flow_tracking_folder_data table.[/font]
[font=Roboto, Arial, Helvetica, sans-serif]To get the flow tracking id if you know the process folder id, you can use the following query:[/font]
[font=Roboto, Arial, Helvetica, sans-serif]
[/font]
[font=Roboto, Arial, Helvetica, sans-serif]select flow_tracking_id from flow_tracking_folder_data [/font]
[font=Roboto, Arial, Helvetica, sans-serif]where entity_id = [/font][font=Roboto, Arial, Helvetica, sans-serif]process folder id [/font]The flow tracking ID is also available in the default datasource for any flow execution extensions you might build
[font=Roboto, Arial, Helvetica, sans-serif]
[/font]
[font=Roboto, Arial, Helvetica, sans-serif]When mapping your objects to Decisions, I would recommend using the process folder id.[/font]
[i]edited by Will@decisions.com on 6/12/2019[/i]
[i]edited by Will@decisions.com on 6/12/2019[/i]