Task templates
Last updated
Last updated
FilesWorkflow provides ready-to-use task templates to help you get started quickly. These templates are available on GitHub for both JavaScript and TypeScript, covering browser-tasks and server-tasks.
Browser-Task (JavaScript):
Browser-Task (TypeScript):
Server-Task (JavaScript):
Server-Task (TypeScript):
Clone the desired template repository:
Navigate to the cloned directory and install dependencies:
Configure your task by editing the taskConfig
in package.json
:
inputType: 0 (single file), 1 (multiple files)
Develop and test your task using the provided development environment.
Build your task:
Import your task:
Go to the task editing page in FilesWorkflow.
Click on "Import".
Select the root directory of the project.
FilesWorkflow will automatically populate the task settings based on your taskConfig
.
These templates provide a solid foundation for creating custom tasks in FilesWorkflow, allowing you to focus on implementing your specific functionality.