Creating a top-level case type

Improve work processing in your application by creating top-level case types that visualize business processes. When you visualize a business process, you can conveniently divide the process into phases, and then track and manage work with greater ease. For example, you can create a top-level case type that represents a hiring process, and then reuse the type every time when you want to process a job application from a new candidate.
  1. In the navigation pane of Dev Studio, click Case types.
  2. Click Add a case type.
  3. In the Name field, enter a name for the case type.
  4. Optional: To change the inheritance model for this case type, expand the Advanced Settings section, update the Derives from (Directed) and Derives from (Pattern) inheritance settings, and then provide rulesets and ruleset versions.
    The inheritance model defines classes from which your case type can inherit data. For more information, see Understanding class hierarchy and inheritance.
  5. Click Submit.
Result: Your new case type includes a default Create stage with a Create process.
What to do next: