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

deeProcessApplicationValidator.2.4.2.source-code.viadee.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

		.table-primary,
		.table-primary>th,
		.table-primary>td {
			background-color: #CED6E3;
		}

		.nav-pills .nav-link.active,
		.show>.nav-pills .nav-link {
			color: #fff;
			background-color: #3C5C8E;
			border-radius: 0;
		}

		a {
			color: #3C5C8E;
		}

		a:hover {
			color: #003278
		}

		.btn-viadee {
			color: #fff;
			background-color: #3C5C8E;
			border-color: #003278;
		}

		.viadee-head{
			border-bottom: 1px solid #003278;
		}

		.viadee-lightblue-bg{
			background-color: #CED6E3;
		}

		.viadee-blue-bg{
			background-color: #3C5C8E;
		}

		.viadee-darkblue-border{
			border: solid #003278;
		}

		.viadee-darkblue-text{
			color:  #003278;
		}

		.viadee-border{
			border-radius: 0.25rem;
		}

		.viadee-small-alert{
			font-size: 0.7em;
			border-radius: 0;
		}

		#canvas {
			height: 35rem;
		}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy