Using QuickStart
- Last Updated: April 5, 2026
- 2 minute read
Create a Flow Using QuickStart
Before you begin
You need:
- Java SE JDK 8
- MarkLogic Server (See Version Compatibility.)
- Chrome or Firefox for QuickStart
About this task
After creating a project, the next step is to create a flow.
Procedure
-
In QuickStart's navigation bar, click Flows.
-
In the Manage Flows page, click New Flow.
-
Fill in the flow properties.
Expand the Advanced Settings section for additional fields.
Field Description Flow Name The human-friendly name of the flow. Description (Optional) A description of the flow. Batch Size (Advanced Settings) The number of documents to process per batch. A smaller batch size provides finer granularity in the jobs reporting. However, a smaller batch file also costs more because of the processing overhead. Must be 1 or more. Default is 100. Thread Count (Advanced Settings) The number of threads to use when running a flow. Options (Advanced Settings) Key-value pairs to pass as parameters to custom modules in every step in the flow. - Click to add more key-value pairs.
- Click next to a key-value pair to delete it.
-
Click Create.
Results
The new flow is displayed in the Manage Flows table.
What to do next
- Create steps in your flow.
- Edit steps in your flow.
- Remove steps from your flow.
- Rearrange the steps in your flow.
See Also
Previous topic: Create an Entity Using QuickStart
Next topic: Edit Flow Settings Using QuickStart
Related concepts
Related tasks
- Create a Flow Using Gradle
- Edit Flow Settings Using QuickStart
- Run a Flow Using QuickStart
- Redeploy a Flow Using QuickStart
- Delete a Flow Using QuickStart
Related reference
