HTML |
---|
<script>
// Find out the initial state of the sidebar and set a cookie
jQuery.cookie("showsidebar",AJS.$("div#splitter-sidebar").width(), {expires:5});
//If the sidebar is visible, hide it and the split bar...
if (AJS.$("div#splitter-sidebar").width() > 0) {
AJS.$(".vsplitbar").hide();
AJS.$("div#splitter-sidebar").width(0);
// ...then change the width and position of the content
AJS.$('#splitter-content').css({'width':'100%', 'left':'0'});
};
// The unload function runs when the user navigates away from the page
jQuery(window).unload(function() {
// Read the cookie to find out where the sidebar was originally
var origstate = jQuery.cookie("showsidebar");
// If the sidebar is now hidden and it wasn't originally,
// Click the button
if (AJS.$("div#splitter-sidebar").width() != 300 && origstate == 300) {
AJS.$("#splitter-button").click();
};
// Then delete the local cookie
jQuery.cookie("showsidebar", null);
});
</script> |
Welcome to Celonis Process Mining!
We provide the world's most powerful tool for analysis and visualization of business processes.
Please choose your manual:
Service Desk
Hotline: +49 (0) 89 416 159677
E-Mail: servicedesk@celonis.de
URL: https://servicedesk.celonis.de
Service: 8:30 - 17:00 CET (Monday - Friday)
LEGAL NOTICES
Warranty
Nothing herein should be constructed as constituting an additional warranty. Celonis shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice.
Trademark Notices
Java ™ and all Java based trademarks and logos are trademarks or registered trademarks of Oracle Corporation, Redwood City, California.
Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation.
Oracle® is a registered US trademark of Oracle Corporation, Redwood City, California.
SAP® is a registered trademark of SAP AG, Walldorf, Germany.<style type="text/css"> #title-text { display: none;} #main-headere { display: none;} #page-metadata { display: none;} .vsplitbar, #splitter-sidebar, #splitter-button { display: none; } </style> |
HTML |
---|
<br/>
<table style="width:60%; text-align:justify; border-spacing:10px;" align="center">
<tr>
<td style="vertical-align:top; width:50%; padding-right:20px;"><h1 style="text-align:center; color:#0fa8d1;">Celonis</h1></td>
</tr>
</table>
<table style="width:60%; text-align:justify; border-spacing:10px;" align="center">
<tr>
<td style="vertical-align:top; width:10%; padding-right:20px; font-size:14pt;">Celonis utilizes the fact that every interaction with your databases leaves digital traces. The Celonis application runs process mining algorithms to reconstruct the actual processes in real-time. The user gets an intuitive visualization with a powerful graphical analytics interface through which he can analyze the process.
Celonis is successfully used to improve process costs, quality and also compliance.</td>
</tr>
</table> |