-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TE-623: Rename project to Process Inspector
- Loading branch information
1 parent
3ac1ae8
commit 838e194
Showing
123 changed files
with
744 additions
and
725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Advanced Process Analyzer | ||
# Process Inspector | ||
|
||
[![CI Build](https://github.com/axonivy-market/process-analyzer/actions/workflows/ci.yml/badge.svg)](https://github.com/axonivy-market/process-analyzer/actions/workflows/ci.yml) | ||
[![CI Build](https://github.com/axonivy-market/process-inspector/actions/workflows/ci.yml/badge.svg)](https://github.com/axonivy-market/process-inspector/actions/workflows/ci.yml) | ||
|
||
- Configure needed information directly in the process model | ||
- Default duration of a task for multiple use cases. Each task can have multiple named default durations. | ||
- Different “happy path” flows. It’s possible to set multiple named process paths. | ||
- Different "happy path" flows. It`s possible to set multiple named process paths. | ||
- Possibilities to override settings of the process model | ||
- Override duration | ||
- Override default path for the gateways | ||
- Create a list of all tasks in the process. | ||
- Get configured duration for a task. | ||
- Get all upcoming tasks on a configured process path with expected start timestamp for each task. | ||
|
||
Read our [documentation](process-analyzer-product/README.md). | ||
Read our [documentation](process-inspector-product/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 26 additions & 18 deletions
44
process-analyzer-demo/.settings/org.eclipse.wst.common.component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
|
||
<wb-module deploy-name="process-analyzer-demo"> | ||
|
||
<wb-resource deploy-path="/" source-path="/webContent" tag="defaultRootSource"/> | ||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | ||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_wsproc"/> | ||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_dataClasses"/> | ||
|
||
<property name="java-output-path" value="/process-analyzer-demo/target/classes"/> | ||
<property name="context-root" value="process-analyzer-demo"/> | ||
|
||
</wb-module> | ||
|
||
</project-modules> | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
|
||
|
||
<wb-module deploy-name="process-inspector-demo"> | ||
|
||
|
||
<wb-resource deploy-path="/" source-path="/webContent" tag="defaultRootSource"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_wsproc"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_dataClasses"/> | ||
|
||
|
||
<property name="java-output-path" value="/process-inspector-demo/target/classes"/> | ||
<property name="context-root" value="process-inspector-demo"/> | ||
|
||
|
||
</wb-module> | ||
|
||
|
||
</project-modules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: workflow-estimator-demo | ||
Bundle-SymbolicName: process-analyzer-demo | ||
Bundle-Name: process-inspector-demo | ||
Bundle-SymbolicName: process-inspector-demo | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Automatic-Module-Name: workflow.estimator.demo | ||
Export-Package: com.axonivy.utils.process.analyzer.demo, | ||
com.axonivy.utils.process.analyzer.demo.constant, | ||
com.axonivy.utils.process.analyzer.demo.model | ||
Automatic-Module-Name: process.inspector.demo | ||
Export-Package: com.axonivy.utils.process.inspector.demo, | ||
com.axonivy.utils.process.inspector.demo.constant, | ||
com.axonivy.utils.process.inspector.demo.model | ||
Require-Bundle: ch.ivyteam.ivy.process.rdm;bundle-version="11.2.1" |
2 changes: 0 additions & 2 deletions
2
...zer-demo/dataclasses/com/axonivy/utils/estimator/demo/FlowDemoSubProcessCallData.ivyClass
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
process-analyzer-demo/dataclasses/com/axonivy/utils/process/analyzer/demo/Data.ivyClass
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
process-analyzer-demo/dataclasses/com/axonivy/utils/process/analyzer/demo/DemoData.ivyClass
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
process-analyzer-demo/dataclasses/com/axonivy/utils/process/inspector/demo/Data.ivyClass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Data #class | ||
com.axonivy.utils.process.inspector.demo #namespace |
4 changes: 4 additions & 0 deletions
4
process-analyzer-demo/dataclasses/com/axonivy/utils/process/inspector/demo/DemoData.ivyClass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DemoData #class | ||
com.axonivy.utils.process.inspector.demo #namespace | ||
bean com.axonivy.utils.process.inspector.demo.ProcessInspectorBean #field | ||
bean PERSISTENT #fieldModifier |
2 changes: 2 additions & 0 deletions
2
.../dataclasses/com/axonivy/utils/process/inspector/demo/FlowDemoSubProcessCallData.ivyClass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
FlowDemoSubProcessCallData #class | ||
com.axonivy.utils.process.inspector.demo #namespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.