Skip to content

Commit 307d4f5

Browse files
committed
fix(issue-200): modify comment for customLockDuration
1 parent 4a51230 commit 307d4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-starter/src/main/kotlin/dev/bpmcrafters/processengine/worker/registrar/ProcessEngineStarterRegistrar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class ProcessEngineStarterRegistrar(
118118
* Executes the subscription.
119119
* @param topic subscription topic.
120120
* @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
122122
* @param autoCompleteTask flag indicating if the task should be completed after execution of the worker.
123123
* @param isTransactional flag indicating if the task worker and task completion should run in a transaction.
124124
* @param payloadReturnType flag indicating of the return type of the method can be converted int payload.

0 commit comments

Comments
 (0)