Skip to content

Commit 1090c13

Browse files
authored
Update bpmn-service-task.adoc (#1043)
set proper type for Expression
1 parent 019da23 commit 1090c13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/modules/bpm/pages/bpmn/bpmn-service-task.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ And, if a called object is Java Delegate class, in
383383
* Delegate expression
384384
* Expression
385385

386-
Injected field must always be of `org.flowable.engine.delegate.Expression` type.
386+
Injected field must always be of `org.flowable.common.engine.api.delegate.Expression` type.
387387
When the injected expression is resolved, it can be cast to the appropriate target type.
388388

389389
[WARNING]
@@ -478,4 +478,4 @@ public class UpperCaseJavaDelegate implements JavaDelegate {
478478
}
479479
}
480480
}
481-
----
481+
----

0 commit comments

Comments
 (0)