Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface IIdleTimeoutBuilder

OptimaJet.Workflow.Core.Model.Builder.IIdleTimeoutBuilder

Represents a builder for configuring an idle timeout.

public interface IIdleTimeoutBuilder

Methods

IActivityBuilder SetActivity(ActivityDefinition activity) #
Sets the activity to be associated with the current idle timeout.

Parameters

Name
Type
Description
activity
ActivityDefinition
The activity definition to be set.

Returns

Type
Description
IActivityBuilder
Returns the current activity builder for further configuration.
IActivityBuilder SetState(string stateName) #
Sets the state to be associated with the current idle timeout.

Parameters

Name
Type
Description
stateName
String
The name of the state to be set.

Returns

Type
Description
IActivityBuilder
Returns the current activity builder for further configuration.