Every app that you create in Celoxis has the following dimensionselements:
States: States represent "Stages" in your app. Each state is a logical check point in the process where a specific activity is expected to be performed. Every state has a Start start and end state.
For instance, for an issue the following states may exist: "Unresolved", "On Hold", and "Resolved", while for a risk the states are "Not Occurred", "Occurred", "Deferred" and "Mitigated".
Workflow: These are the actions you can perform in an app. For instance, a bug in the state "Bug" can be transitioned from "In Verification" to "Bug Confirmed" once it is verified by a member of the QA team.
...