Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Available in PhixFlow version 11.1 onwards.
Available in PhixFlow 11.1.1+
Adding Actionflow Node ConnectionsAPI
This section is visible in PhixFlow version 11.0.0 - 11.0.2. From PhixFlow version 11.1.1+, API Endpoints are a separate feature, see API Endpoint Properties.
See PhixFlow Incoming API .
Allow Anonymous Connections
API Mode
(Available in PhixFlow version 11+)
Choose if the Actionflow should:
- Wait for result (Synchronous) (Default): The API waits for the results or the timeout to occur. Note: If the timeout occurs the command is aborted.
- Poll for result (Asynchronous): The API is called and a response is returned immediately including the process ID. Subsequent API calls can be made using the process ID to fetch the status of the action. The asynchronous mode can be thought of as “fire and forget”.
URL
(Available in PhixFlow version 11+)