All Downloads are FREE. Search and download functionalities are using the official Maven repository.

deeProcessApplicationValidator.3.0.0.source-code.MarkerStyle.css Maven / Gradle / Ivy

Go to download

The tool checks Camunda projects for consistency and discovers errors in process-driven applications. Called as a Maven plugin or JUnit test, it discovers esp. inconsistencies of a given BPMN model in the classpath and the sourcecode of an underlying java project, such as a delegate reference to a non-existing java class or a non-existing Spring bean.

There is a newer version: 3.0.8
Show newest version
:root {
	--var-path: #f5c6cb;
	--var-one-element: rgba(223, 173, 72, 1);
	--var-error: rgba(223, 173, 72, 1);
	--var-warning: rgba(172,181,123, 1.0);
	--var-info: rgba(112,186,204, 1.0);
	--var-success: rgb(126, 188, 169, 0.7);
}

.success .djs-visual> :nth-child(1) {
	stroke: var(--var-success) !important;
}

.success:not(.djs-connection) .djs-visual> :nth-child(1), #SUCCESS{
	fill: var(--var-success) !important;
	background-color:  var(--var-success);	
}

.info .djs-visual> :nth-child(1) {
	stroke: var(--var-info) !important;
}

.info:not(.djs-connection) .djs-visual> :nth-child(1), #INFO{
	fill: var(--var-info) !important;
	background-color:  var(--var-info);	
}

.warning .djs-visual> :nth-child(1) {
	stroke: var(--var-warning) !important;
}

.warning:not(.djs-connection) .djs-visual> :nth-child(1), #WARNING{
	fill: var(--var-warning) !important;
	background-color:  var(--var-warning);	
}

.error .djs-visual> :nth-child(1) {
	stroke: var(--var-error) !important;
}

.error:not(.djs-connection) .djs-visual> :nth-child(1), #ERROR{
	fill: var(--var-error) !important;
	background-color:  var(--var-error);	
}

.path .djs-visual> :nth-child(1) {
	stroke: var(--var-path) !important;
}

.path:not(.djs-connection) .djs-visual> :nth-child(1) {
	fill: var(--var-path) !important;
}

.one-element .djs-visual> :nth-child(1) {
	stroke: var(--var-one-element) !important;
}

.one-element:not(.djs-connection) .djs-visual> :nth-child(1) {
	fill: var(--var-one-element) !important;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy