Run task & workflow

FilesWorkflow allows users to run individual tasks or complete workflows for file processing.

  1. Running Individual Tasks:

    • Tasks can be executed independently.

    • Useful for simple, single-step operations.

    • Configure task-specific parameters before running.

  2. Running Workflows:

    • Workflows combine multiple tasks in a specific sequence.

    • The output of each task serves as the input for the next task.

    • Enables complex, multi-step file processing operations.

  3. Workflow Execution Interface: The workflow execution interface is designed for ease of use and clarity. From top to bottom, it includes:

    • Workflow Name: Clearly identifies the selected workflow.

    • Author Username: Displays the creator of the workflow.

    • File Selection Button: Allows users to choose input file(s).

    • Run Button: Initiates the workflow execution.

    • Task List: Shows all tasks in the workflow, with options to set parameters for each task.

    • Result File Download: Appears after successful workflow completion.

  4. Execution Process: a. Select the input file(s) using the file selection button. b. Configure any necessary parameters for individual tasks within the workflow. c. Click the "Run" button to start the workflow execution. d. The interface will display the progress as each task in the workflow is executed. e. Once the workflow completes successfully, a download button will appear for the processed file(s).

  5. Task Parameters:

    • Each task in the workflow may have configurable parameters.

    • Users can adjust these parameters before running the workflow to customize the processing.

  6. Error Handling:

    • If an error occurs during execution, the interface will display relevant error messages.

    • Users may need to adjust parameters or input files and re-run the workflow.

  7. Performance Considerations:

    • Execution time depends on the complexity of the workflow and the size of input files.

    • For long-running workflows, the interface may provide progress updates.

Last updated