---
sourceDocument: Australia Build workflows
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/build-workflows

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build workflows

ft:clusterId :

    - crworkflow

bundleId :

    - crworkflow

workflow :

    - Creator


---

# Create a client callable flow, subflow, or action

# Create a client callable flow, subflow, or action {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Enable a client script to trigger a flow, subflow, or action.

## Before you begin

* Role required: security_admin
* Consider the implications of making a flow, subflow, or action client callable, such as whether it exposes protected data or bypasses validation logic.
{#grant-access-flow-apis__ul_vr2_mqz_vfb}

## About this task

By default, the flows, subflows, and actions can only be called by the FlowAPI within a server script. Flow and action designers can make individual flows, subflows, or actions available to client calls by enabling the Client callable option during the design process.

## Procedure

1. Elevate privileges to security_admin.
2. Navigate to System SecurityAccess Control (ACL).
3. Click New.
4. Create an access control.  
   {#grant-access-flow-apis__table_rk4_vrz_vfb__entry__2}

   | Field | Description |
   |-|-|
   | Type | client_callable_flow_object |
   | Operation | execute |
   | Admin overrides | Selected |
   | Name | Enter a name for the ACL. |
   | Requires role | Create a role to provide access to the APIs. For example, create a flow_api_access role. |
   [ ]

   {#grant-access-flow-apis__table_rk4_vrz_vfb}
5. Assign the role to the user you would like to grant access to.
6. Enable a client script to trigger the flow, subflow, or action.
   1. Open the flow, subflow, or action you want to make client callable.
   2. In the More Actions menu, select Manage security.
   3. Select Callable by Client API.
   4. Add the access control record created earlier to the ACLs field.
   5. Click Update.
   {#grant-access-flow-apis__substeps_gty_jlz_vfb}

## Result

The user with the designated permissions can trigger a client callable flow, subflow, or action from a client script using the GlideFlow API.

*[\>]: and then


