Defining Case States
For the example process described here, you need so-called process statuses, i.e. statuses that are set automatically or by human interaction when the various process steps are run through and, for example, determine which branch of a gateway is to be run in the process.
You define case states and status descriptions in a separate file (.state).
Note:
You can only create case states for individual Business Processes. For more information about case states, see Managing Case States .
How to define case states
Previous step: Defining Business Process Data
Click the
ImportInvoicesBPM Project in the Projects view and select New > Case States to create a STATE file and set a case state.
✅ TheCase.statesfile is created and opens automatically in the editor.Click Add to add a new status and add the following statuses:
New invoiceReceivedTo be checked manuallyApproved - automaticallyApproved - manuallyDeclined-manuallySent to accounting

Select
Save.
Go back to the
ImportInvoicesBPM Project.
Next step: Defining the Start Element