Tasks & Workflows
Tasks and workflows are the core components of FilesWorkflow:
Tasks:
Basic units of file processing operations.
Parameters allow tasks to run with different configurations based on user input.
Task Configuration:
Input: Single file or multiple files
Supported file types: Specify allowed file formats
Parameters: Custom inputs that modify task behavior
Task type: Browser-task or Server-task
Workflows:
Sequences of tasks combined to achieve complex file processing goals.
Can include multiple browser-tasks and server-tasks in any order.
The first task in a workflow determines the overall input file requirements.
Last updated