You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The control and data flow in the stages is controlled by [Workflow engine](registration-processor/workflow-engine/)
@@ -53,7 +53,7 @@ Other services:
53
53
* Transaction service
54
54
55
55
### Registration flows
56
-
An overview of various enrollment scenarious (or flows) is described in [ID Lifecycle Management](https://docs.mosip.io/1.2.0/id-lifecycle-management). Registration Processor recognises the following flows:
56
+
An overview of various enrollment scenarios (or flows) is described in [ID Lifecycle Management](https://docs.mosip.io/1.2.0/id-lifecycle-management). Registration Processor recognises the following flows:
57
57
58
58
* New
59
59
* Update
@@ -87,7 +87,7 @@ See [DB guide](db_scripts/README.md)
The project requires JDK 21.0.3 and mvn version 3.9.6
91
91
1. To build jars:
92
92
```
93
93
$ cd registration
@@ -106,16 +106,16 @@ The project requires JDK 1.11.
106
106
## Deploy
107
107
108
108
### Registration processor in sandbox
109
-
To deploy Registration Processor services on Kubernetes cluster using Dockers refer to [Sandbox Deployment](https://docs.mosip.io/1.2.0/deployment/sandbox-deployment).
109
+
To deploy Registration Processor services on Kubernetes cluster using Dockers refer to [Sandbox Deployment](https://docs.mosip.io/1.2.0/deploymentnew/v3-installation).
110
110
111
111
## Configuration
112
112
Refer to the [configuration guide](docs/configuration.md).
113
113
114
114
## Test
115
-
Automated functional tests available in [Functional Tests repo](https://github.com/mosip/mosip-functional-tests)
115
+
Automated functional tests available in [DSL Automation](https://github.com/mosip/mosip-automation-tests)
116
116
117
117
## APIs
118
-
API documentation is available [here](https://docs.mosip.io/1.2.0/api)
118
+
API documentation is available [here](https://mosip.github.io/documentation/1.2.0/1.2.0.html)
119
119
120
120
## License
121
121
This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE).
0 commit comments