-
Notifications
You must be signed in to change notification settings - Fork 9
Labels
Process APIIssue related to the process plugin APIIssue related to the process plugin APIenhancementNew feature or requestNew feature or requestready for releaseIssue is fixed and merged into develop, ready for next releaseIssue is fixed and merged into develop, ready for next release
Milestone
Description
Extending the DefaultUserTaskListener does not provide access to the ProcessPluginApi
Line 48 in 6f03aa9
| private final ProcessPluginApi api; |
beforeQuestionnaireResponseCreate() and afterQuestionnaireResponseCreate() are missing the Variables parameter
Lines 207 to 210 in 6f03aa9
| protected void beforeQuestionnaireResponseCreate(DelegateTask userTask, QuestionnaireResponse beforeCreate) | |
| { | |
| // Nothing to do in default behavior | |
| } |
Lines 221 to 224 in 6f03aa9
| protected void afterQuestionnaireResponseCreate(DelegateTask userTask, QuestionnaireResponse afterCreate) | |
| { | |
| // Nothing to do in default behavior | |
| } |
Metadata
Metadata
Assignees
Labels
Process APIIssue related to the process plugin APIIssue related to the process plugin APIenhancementNew feature or requestNew feature or requestready for releaseIssue is fixed and merged into develop, ready for next releaseIssue is fixed and merged into develop, ready for next release