flowable / flowable/flowable-engine
IntermediateCatchEvent throws exception: Exception while invoking TaskListener: Unknown property used in expression: ${commonTaskListener}
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
I used an UserTask node which has some task listeners implemented by delegateExpression, if I don't use IntermediateCatchEvent , then this node has no problem, but if i use IntermediateCatchEvent before this UserTask Node, it will throw Exception : "Exception while invoking TaskListener: Unknown property used in expression: ${commonTaskListener}"
flowable version is 6.4.2
My bpmn file content like this:
`
资金提取流程
${A12TIME}
${A22TIME}
${A13TIME}
${A23TIME}
${A21TIME}
${A21TIME}
= 2}]]>
${A11TIME}
${A11TIME}
${A12TIME}
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.