Start process by workspace, app, and process name
Start a process using the workspace’s active build — the simplest public REST entry point for triggering a FlowX process from your own backend or scheduled job.
POST
This is the recommended entry point when you want to start a process from outside FlowX (a backend service, a scheduled job, a partner system) and you do not want to manageDocumentation Index
Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
Use this file to discover all available pages before exploring further.
buildId lookups yourself. The runtime resolves the active build for the given (workspaceId, appId) pair automatically.
If you need to pin to a specific build, use Start process by build id and process name instead.
Path parameters
Need help finding these IDs? See the Finding Identifiers and Parameters guide.
The ID of the workspace that owns the application.
The ID of the application. Must exist in the specified workspace.
The name of the process definition to start.
Request headers
Bearer token from the configured identity provider. Format:
Bearer <token>.Must be
application/json.Request body
A JSON object with the initial process values. The exact shape depends on the process definition.Response
Returns the new process instance, including itsuuid (use this for subsequent calls) and state.
Last modified on June 2, 2026

