Click or drag to resize
IWorkflowExecutableModelResume Method (Guid, NullableTimeSpan, IReceiverSignal)
Allows resuming a Workflow by sending a message to workflow as a signal

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
RuntimeResult Resume(
	Guid instanceId,
	Nullable<TimeSpan> lockAmount,
	IReceiverSignal signal
)

Parameters

instanceId
Type: SystemGuid
Workflow engine tries to retrieve a stored context from a storage when this parameter is provided
lockAmount
Type: SystemNullableTimeSpan
Workflow engine tries to lock an instance based on its owner
signal
Type: FlexRule.Flows.Workflows.ModelIReceiverSignal

Return Value

Type: RuntimeResult
See Also