evaluation.Evaluation.bpmn Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-examples Show documentation
Show all versions of jbpm-examples Show documentation
Run JBPMExamplesApp to try the jBPM examples.
java.util.Map contentParam = new java.util.HashMap();
contentParam.put("reason", reason);
kcontext.setVariable("content", contentParam);
_2_ContentInput
_2_CommentInput
_2_SkippableInput
_2_TaskNameInput
_2_performanceOutput
content
_2_ContentInput
_2_CommentInput
Please perform a self-evalutation.
_2_CommentInput
_2_SkippableInput
false
_2_SkippableInput
_2_TaskNameInput
Performance Evaluation
_2_TaskNameInput
_2_performanceOutput
performance
#{employee}
java.util.Map contentParam = new java.util.HashMap();
contentParam.put("reason", reason);
contentParam.put("performance", performance);
kcontext.setVariable("content", contentParam);
_3_ContentInput
_3_CommentInput
_3_SkippableInput
_3_TaskNameInput
content
_3_ContentInput
_3_CommentInput
You need to evaluate #{employee}.
_3_CommentInput
_3_SkippableInput
false
_3_SkippableInput
_3_TaskNameInput
Performance Evaluation
_3_TaskNameInput
john
java.util.Map contentParam = new java.util.HashMap();
contentParam.put("reason", reason);
contentParam.put("performance", performance);
kcontext.setVariable("content", contentParam);
_4_ContentInput
_4_CommentInput
_4_SkippableInput
_4_TaskNameInput
content
_4_ContentInput
_4_CommentInput
You need to evaluate #{employee}.
_4_CommentInput
_4_SkippableInput
false
_4_SkippableInput
_4_TaskNameInput
Performance Evaluation
_4_TaskNameInput
mary
© 2015 - 2025 Weber Informatics LLC | Privacy Policy