Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.
SOLVED

Workflow Created But Can't find in the Designer Experience in AAC Portal.

rifat_islam
5 - Atom

As per the official Documentation of Alteryx Analytics Cloud API,  Link: https://us1.alteryxcloud.com/documentation/api.

I create a workflow using this endpoint (https://us1.alteryxcloud.com/v4/flows). the workflow was created successfully and I get this flow using this endpoint (https://us1.alteryxcloud.com/v4/flows/{id})  But I can't see any workflow in Designer Experience in AAC Portal. 

I also created a folder using this endpoint (https://us1.alteryxcloud.com/v4/folders) and successfully created but I can't find this anywhere in the AAC portal. 

 

3 REPLIES 3
smuravskyi
Alteryx
Alteryx

Hello,
The API you mentioned (https://us1.alteryxcloud.com/v4/flows) aimed to create flows (not workflows), which is the asset type used in Designer Cloud (Trifacta Classic).
Flows can be seen in Designer Cloud (Trifacta Classic) or in the Library section (select 'Designer Cloud (Trifacta Classic)' on the left). Folders can be seen in Designer Cloud (Trifacta Classic) as well.


rifat_islam
5 - Atom

ok, I understood that.

what I am trying to do here is that I want to trigger  Designer Experience workflow using rest API from a third-party server. I want the workflow output in third-party Databases also. 

Is there any way to do this?

What is the use case flow and workflow in the Alteryx designer cloud? 

Are they work together or are they two separate things?

 
 
 
 
 
smuravskyi
Alteryx
Alteryx

Sorry for the delay in response.
We are currently working on preparing documentation for public APIs to use with Designer Cloud and will soon release it.