Interface IIdleTimeoutBuilder
OptimaJet.Workflow.Core.Model.Builder.IIdleTimeoutBuilder
Represents a builder for configuring an idle timeout.
Namespace: OptimaJet.Workflow.Core.Model.Builder
public interface IIdleTimeoutBuilderMethods
IActivityBuilder SetActivity(ActivityDefinition activity) #Sets the activity to be associated with the current idle timeout.
Parameters
Name
Type
Description
activityActivityDefinitionThe activity definition to be set.
Returns
Type
Description
IActivityBuilderReturns 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
stateNameStringThe name of the state to be set.
Returns
Type
Description
IActivityBuilderReturns the current activity builder for further configuration.