Tasks & Workflows

Tasks and workflows are the core components of FilesWorkflow:

  1. 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

  2. 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