High level architecture
Last updated
Last updated
The application is composed by a front-end application created with and backend for front-end application using technology, serving as a gateway between application and other services.
Elasticsearch is used by the server as an external database for different functionalities as logs and history.
Note: The application uses SSO Authentication technology in order to authenticate using the same ID over several related systems.
The application interface was generated with very useful tool for starting ui applications and it was written in JavaScript using React open-source library ecosystem.
One of the main attraction points of this application may be the workflow designer screen which has been created using component.
The server side component consists of an Apollo Server application on which we have defined the GraphQL schema that specifies all of the types and fields available in our graph. In order to quickly transform the Conductor REST API into a GraphQL Gateway, we chose to use which permitted to extend the unified schema with custom types and resolvers which gave us the flexibility to implement all the desired behavior.
Conductor API is called by the server to benefit of functionalities which underlies the storage and orchestration of all the workflows. The API gives us the possibility to create and update the resources definitions, execute different actions on the workflows or tasks, and returns the resulting information about the processes activity.