The Boomerang Flow Workflow service provides the CRUD backing the front-end web tier, as well as the APIs for direct consumption, and the executor for the workflow tasks.
Flow service provides APIs for:
This service listen and consumes CloudEvents.
The Java Quartz library is used for running scheduled jobs via mongoDB and underpins the Schedule trigger.
The following links will help provide guidance in development
Security is enabled / disabled through the flow.authorization.enabled
flag in the application.properties
The following classes are conditionally loaded based on this flag
| Class | Condition | | AuthenticationFilter | true | | InterceptorConfig (and by association SecurityInterceptor) | true | | SecurityConfiguration | true | | SecurityDisabledConfiguration | false |