Flow Details
  • 03 May 2023
  • 1 Minute to read
  • Dark
    Light

Flow Details

  • Dark
    Light

Article summary

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

FlowDetails


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

NameRequiredDescription
flowIdtrueFlow id
runProfiletrueName of the Run Profile to execute
nodeIdfalseFull 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?

What's Next