Skip to content

CorpusWorkflow allows starting a workflow that does nothing

cli.request('CreateElementsWorkflow', body={
    'corpus': CORPUS_ID,
    'mode': 'elements',
    'ml_tools': []
})

This causes a workflow to be created with nothing but the init_elements task; no thumbnails and no ML tools.

Edited by Erwan Rouchet