SergioRota | 2021-01-18 08:08:12 UTC | #1
Hi forum,
I would like to use the API / api / v2 / flows / executions / {flowExecutionId}, but I don't understand where to get the flowExecutionId
can you help me?
Thanks Sergio
anon11147534 | 2021-01-18 09:25:09 UTC | #2
Hi Sergio,
The flowExecutionId is sent in the response after creating a flow using POST /api/v2/flows/executions
SergioRota | 2021-01-18 11:11:42 UTC | #3
Thank Ronan! I am trying to insert the flows I have in production but it always comes back:
{ "message": "Could not find flow with specified ID.", "code": "architect.flow.not.found", "status": 404, "messageWithParams": "Could not find flow with specified ID.", "contextId": "f1bd3102-5a9a-4b9a-8dc2-2576e67188d5", "details": [] }
Jerome.Saint-Marc | 2021-01-18 14:45:19 UTC | #4
Hello Sergio,
What type of Architect flow are you trying to run/execute? This API endpoint is for Architect flows of type Workflow.
Regards,
anon11147534 | 2021-01-18 14:48:17 UTC | #5
Can you confirm that you're using a flowExecutionId in your request instead of a flowId? They can't be used interchangeably.
SergioRota | 2021-01-18 15:24:52 UTC | #6
true i am not using flow with workflow
Sorry and Thanks!
system | 2021-02-18 15:24:55 UTC | #7
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 9719