Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 550 Bytes

qs_approvalHelper.adoc

File metadata and controls

21 lines (13 loc) · 550 Bytes

Creating ApprovalHelper Bean

The updateState() method of the ApprovalHelper bean will be invoked from the contract approval process for setting a contract state.

Method parameters:

  • entityId - contract entity identifier

  • state - contract state

Open the project in an IDE. Create ApprovalHelper class in the com.company.bpmdemo.core package.

ApprovalHelperProjectTree
link:../../../source/quickstart/ApprovalHelper.java[role=include]