You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-starter/src/main/kotlin/dev/bpmcrafters/processengine/worker/registrar/ProcessEngineStarterRegistrar.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ class ProcessEngineStarterRegistrar(
118
118
* Executes the subscription.
119
119
* @param topic subscription topic.
120
120
* @param payloadDescription description of the variables to be passed.
121
-
* @param lockDuration optional lock duration in seconds for this worker.
121
+
* @param restrictions map of restrictions like customLockDuration for the worker
122
122
* @param autoCompleteTask flag indicating if the task should be completed after execution of the worker.
123
123
* @param isTransactional flag indicating if the task worker and task completion should run in a transaction.
124
124
* @param payloadReturnType flag indicating of the return type of the method can be converted int payload.
0 commit comments