JBPM 6 - 1.2 - Process Variables
Jump to navigation
Jump to search
JBPM 6 - 1.2 - Process Variables 过程变量
Scenario 场景
- We would like to record the name of the person we are interviewing and the outcome of the interview.
- 我们想记录我们面试的人的名字和面试的结果
Instructions 步骤
- Copy emp_recruitment1 to emp_recruitment2
Top Right Corner, click Copy - Change the Process Name and ID accordingly
- Create process variable pv_candidate_name (Properties/Variable Definitions)
- Generate forms
- Check in Project Explorer under FORM DEFINITIONS that the forms have been properly generated
- Deploy
- Start new process instance
- Perform a task
- Check in Completed instances (Process Management/Process Instances/Completed/Actions/Details) the value of the variable
Exercise 1.2.1
- Add pv_candidate_suitable:Boolean variable and generate forms for it