Managing flows during development
Use the App Connect Design page to manage your flows as you develop them. Use the flow tile menus to edit, test, export, deploy, and delete your flows.
About this task
contains a tile for each
event-driven and API flow that you create. The tile contains an options menu [⋮] that you can use to
manage that flow. The options that are available on each tile depend on your plan and on the type
and state of the flow. A flow can have the following states.- Draft (incomplete)
- A draft flow isn't deployed so you can continue to develop or edit it. A flow can be incomplete
for the following reasons:
- The flow has validation errors.
- One or more connectors aren't connected to your accounts.
- One or more mandatory fields aren't completed.
- A flow isn't implemented for an API operation.
- Draft (ready to deploy)
- A draft flow that is ready to deploy has no validation errors or missing fields and all connectors are connected to your accounts. You can either deploy it or continue to develop or edit it.
- Active
- An active flow is deployed, which means that it is running and ready to be triggered by an event. An active flow is one that is deployed and activated (started). You can't edit an active flow. To edit the flow, you must deactivate it first on the Manage page.

Sorting, filtering, and searching for flows
About this task
, then choose the appropriate option. - Select Name to sort flows in alphabetical name order.
- Select Date created to sort flows in the order in which they were created, with the most recent displayed first.
- Select Date modified to sorts flows in the order in which they were last edited.


Deploying a flow
About this task
To deploy an event-driven or API flow that has a state of Draft (ready to deploy), click Deploy in the flow tile menu. You can then either select an existing runtime to deploy the flow to, or create a runtime. After you deploy a flow to a runtime, the flow and the runtime are listed on the appropriate tab of the Manage page. The flow tile on the Design page also shows an active state. You can also deploy the flow from the flow editor by clicking Deploy flow. For more information, see Deploying integrations.
Testing a flow
About this task
You can temporarily start an event-driven flow or API in App Connect Designer to test that it is working as you expect.

When you start testing, the status of the API or flow on the Design page changes to Preparing to test. When the API or flow is ready to be tested, the status changes to Testing.

Editing a flow
About this task
You can't edit a flow when it's active, so you must deactivate or undeploy it before you edit it.
You must undeploy the flow on the Design page or in the flow editor before you edit it.

Viewing an active flow
About this task

Exporting a flow
About this task

A YAML file is a design-time asset, which means that someone can import it into App Connect Designer and continue to develop the flow. For more information, see Exporting and importing flows.
A BAR file is a runtime flow asset, which means that someone can upload it to their instance and deploy it. For more information, see Deploying integrations.

For more information, see Exporting your API flow as an OpenAPI document.