Skip to content

Flow Details

Last updated: 09 Jan 2023

Information about the flow file can be accessed through the Flow Details screen.

FlowDetails1


Flow ID

The Flow ID is a unique ID for the currently opened flow file.


URL API

This API can be used to navigate to a flow, or a particular node in a flow.

To use the API, navigate to /EuclidStudio/api/v1/flows in your browser.


URL API Parameters

Name Required Description
flowFileName true Fully qualified path to the Flow File
runProfile true Name of the Run Profile to execute
nodeId false Full Node Id of the Node to open on navigation


Example Parameter Strings

Navigate to a Flow and Run Profile http://localhost:9696/EuclidStudio/api/v1/flows?flowFileName=c:/Flows/example.flx&runProfile=default

Navigate to a specific node http://localhost:9696/EuclidStudio/api/v1/flows?flowFileName=c:/Flows/example.flx&runProfile=default&nodeId=node_9259502