Contents:
Create a new flow with specified name and optional description and target folder.
NOTE: You cannot add datasets to the flow through this endpoint. Moving pre-existing datasets into a flow is not supported in this release. Create the flow first and then when you create the datasets, associate them with the flow at the time of creation.
Version: v4
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.0/index.html#section/Authentication.
Request
Request Type: POST
Endpoint:
/v4/flows/
Request Body:
A name
value is required. Other properties are optional.
{ "name": "My Flow", "description": "This is my flow." "folder": { "id": 2 } }
Response
Response Status Code - Success: 201 - Created
Response Body Example:
{ "id": 18, "updatedAt": "2019-01-08T20:27:53.422Z", "createdAt": "2019-01-08T20:27:53.422Z", "name": "My Flow", "description": "This is my flow.", "creator": { "id": 1 }, "updater": { "id": 1 }, "folder": { "id": 2 }, "workspace": { "id": 1 } }
Reference
For more information on the properties of a flow, see API Flows Get v4.
This page has no comments.