Flow Details
- 03 May 2023
- 1 Minute to read
- Print
- DarkLight
Flow Details
- Updated on 03 May 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 /DataWORQ/api/v1/flows in your browser.
URL API Parameters
Name | Required | Description |
---|---|---|
flowId | true | Flow id |
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/DataWORQ/index.xhtml?flowId=4acccab1-b5d5-42b1-ad4e-ba6a4f478d5b&runProfile=default
Navigate to a specific node
http://localhost:9696/DataWORQ/index.xhtml?flowId=4acccab1-b5d5-42b1-ad4e-ba6a4f478d5b&runProfile=default&nodeId=node_9259502
Was this article helpful?