Use case artefacts

this page will describe how joules architecture pieces are and the organisation of the files on where to place the use cases file when creating a new one

Deployment artefact

Now we bring together each deployment artefact (source, use case and sinks) to form the desired use case. A use case is formed by a single app.env file which references these files. This method of deployment enables you to simply switch out the source and sinks based upon your needs i.e. development, testing and production deployments

use case file brings each descriptor file to form a single unit of deployment

Binding file used to run a use case

Last updated