Skip to content
Steve Cote edited this page Apr 23, 2017 · 1 revision

Coyote DX Tasks are simple units of functionality which execute before any DataFrames are read and after all read-write transactions are complete. Their purpose is to initialize and clean up the working environment before and after the transformation process runs. They are designed to operate outside of the read-write cycle.

The original purpose for tasks was to retrieve files from file shares into the working directory to the readers could process those files. The results of processing (what the writers wrote) where then moved to their proper file locations for later retrieval.

Tasks can be created (via Java coding) to perform any function needed, so the toolkit is very open for extension.

If processing is to occur within the read-write cycle, the developer can create a Listener to perform processing when events occur when a data frame is read and written.

Home

  1. Concepts
  2. Features
  3. Transform Engine
  4. Quick Start
  5. Configuration
  6. Secrets Vault
  7. Readers
  8. Writers
    • List of Writers
    • Custom Writers
  9. Filters
    • Accept
    • Reject
    • Custom Filters
  10. Tasks
    • List of Tasks
    • Custom Tasks
  11. Validators
    • List of Validators
    • Custom Validators
  12. Listeners
    • List of Listeners
    • Custom Listeners
  13. Transforms
    • List of Transforms
    • Custom Transforms
  14. Mappers
  15. Context
  16. Databases
  17. Templates
  18. Logging
  19. Encryption
  20. Usage
  21. Expressions
  22. Examples
Clone this wiki locally