diff --git a/api/src/main/kotlin/dev/bpmcrafters/processengineapi/CommonRestrictions.kt b/api/src/main/kotlin/dev/bpmcrafters/processengineapi/CommonRestrictions.kt index 16d01fd..2043f35 100644 --- a/api/src/main/kotlin/dev/bpmcrafters/processengineapi/CommonRestrictions.kt +++ b/api/src/main/kotlin/dev/bpmcrafters/processengineapi/CommonRestrictions.kt @@ -58,6 +58,11 @@ object CommonRestrictions { */ const val EXECUTION_ID = "executionId" + /** + * Timeout for the worker + */ + const val WORKER_LOCK_DURATION_IN_MILLISECONDS = "workerLockDurationInMilliseconds" + /** * Creates a helper restrictions builder. */