Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Interface IIdleTimeoutBuilder

Represents a builder for configuring an idle timeout.

Namespace: OptimaJet.Workflow.Core.Model.Builder

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface IIdleTimeoutBuilder

Methods

SetActivity(ActivityDefinition)

Sets the activity to be associated with the current idle timeout.

Declaration
IActivityBuilder SetActivity(ActivityDefinition activity)
Parameters
TypeNameDescription
ActivityDefinitionactivityThe activity definition to be set.
Returns
TypeDescription
IActivityBuilderReturns the current activity builder for further configuration.

SetState(string)

Sets the state to be associated with the current idle timeout.

Declaration
IActivityBuilder SetState(string stateName)
Parameters
TypeNameDescription
stringstateNameThe name of the state to be set.
Returns
TypeDescription
IActivityBuilderReturns the current activity builder for further configuration.

Extension Methods