SalesPoint Framework v3.0

Hook: Define Process StartUp


Requirement

Some action needs to be performed, whenever the process gets started or resumed. E.g., you might want to recheck that the user has the right to execute the process.

Method of Adaptation
Enable Feature
Level of Support
Parameter Pattern  
HotSpot
Processes
Hooks used
Define a new process
Participants
NewProcess

Changes

  1. NewProcess = Define a new process [NewProcess].
  2. NewProcess.onResumeOrStart overrides SaleProcess.onResumeOrStart .

Constraints


SalesPoint Framework v3.0