WorkflowApplication.LoadRunnableInstance Method

Definition

Loads a runnable workflow instance from the InstanceStore.

Overloads

LoadRunnableInstance(TimeSpan)

Loads a runnable workflow instance from the InstanceStore using the specified time-out interval.

LoadRunnableInstance()

Loads a runnable workflow instance from the InstanceStore.

Remarks

A runnable instance is an instance for which a timer or instance lock has expired.

LoadRunnableInstance(TimeSpan)

Loads a runnable workflow instance from the InstanceStore using the specified time-out interval.

C#
public void LoadRunnableInstance(TimeSpan timeout);

Parameters

timeout
TimeSpan

The interval in which the load operation must complete before the operation is canceled and a TimeoutException is thrown.

Remarks

A runnable instance is an instance for which a timer or instance lock has expired.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

LoadRunnableInstance()

Loads a runnable workflow instance from the InstanceStore.

C#
public void LoadRunnableInstance();

Remarks

A runnable instance is an instance for which a timer or instance lock has expired.

By default, the load operation must complete in 30 seconds or a TimeoutException is thrown.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1