To manually edit the steps inside a flow, simply edit the flow definition file.
Run your flow locally to test it. When ready, deploy your flows to your MarkLogic Server.
Latest MarkLogic releases provide a smarter, simpler, and more secure way to integrate data.
Latest MarkLogic releases provide a smarter, simpler, and more secure way to integrate data.
Join us in Chicago for the biggest global gathering of MarkLogic users and enthusiasts sharing insights on how to Integrate to Innovate.
Join us in Chicago for the biggest global gathering of MarkLogic users and enthusiasts sharing insights on how to Integrate to Innovate.
Be the first to know! News, product information, and events delivered straight to your inbox.
{
"name": "your-flow-name",
"description": "",
"batchSize": 100,
"threadCount": 4,
"options": {
"sourceQuery": null
},
"steps": {}
}
step
subnode under the steps
node, and modify it as needed.step
subnode under the steps
node, and delete the entire JSON node for that step.steps
node of the flow. Duplicate keys can produced unexpected results. The key number must be greater than 0.