Property reference

glide.workflow.workflow_mutex_lease_duration

The glide.workflow.workflow_mutex_lease_duration property sets the maximum time in minutes that the workflow manager can hold a mutex during a transition. Admins should adjust this value if workflow activities are expected to take longer than the default of 15 minutes to prevent execution issues.

Default: 15 Type: integer Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines the lease duration for mutex acquisition in workflow transitions, impacting how long a workflow can hold onto a mutex before releasing it.
What area does it affect? Workflow management
What does the default mean? The default value is "15", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when planning workflows that may exceed the default execution time.

Out of the box property record

Raw metadata from the property record.

Property name glide.workflow.workflow_mutex_lease_duration
Sys ID 13bea4113b312000e56a82c09ccf3d15
Type integer
Application Global
Default value 15
Description Max duration in minutes that we want the workflow manager to hold onto a mutex when executing a transition path. The execution of workflow transitions required the acquisition of a Mutex. Currently the Mutex is a lease, not a guaranteed hold. The lease, for the workflow engine is defaulted to 15 minutes which is derived from the default value of 500ms * 1800 (mutex wait * mutex spins) If when running workflow there is reason to believe that the execution of an activity will exceed 15 minutes, set the value of this property to be the expected duration.
Updated 2024-05-25 03:38:53