Interface IIdleTimeoutBuilder
Represents a builder for configuring an idle timeout.
Namespace: OptimaJet.Workflow.Core.Model.Builder
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IIdleTimeoutBuilder
Methods
SetActivity(ActivityDefinition)
Sets the activity to be associated with the current idle timeout.
DeclarationIActivityBuilder SetActivity(ActivityDefinition activity)
Type | Name | Description |
---|---|---|
ActivityDefinition | activity | The activity definition to be set. |
Type | Description |
---|---|
IActivityBuilder | Returns the current activity builder for further configuration. |
SetState(string)
Sets the state to be associated with the current idle timeout.
DeclarationIActivityBuilder SetState(string stateName)
Type | Name | Description |
---|---|---|
string | stateName | The name of the state to be set. |
Type | Description |
---|---|
IActivityBuilder | Returns the current activity builder for further configuration. |