Flow Details
- 09 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Flow Details
- Updated on 09 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Information about the flow file can be accessed through the Flow Details screen.
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
Was this article helpful?