Sleep
Sleep is an asynchronous activity that suspends the process on the current transition for the specified time. For a process with multiple control flows, only the current execution branch of the process is suspended.
General
The General tab has the following fields.
Field | Description |
---|---|
Name | The name to be displayed as the label for the activity in the process. |
Description
Provide a short description of the Sleep activity.
Input
The following is the input for the activity.
Input Item | Datatype | Description |
---|---|---|
IntervalInMillisec | integer | The amount of time interval, in milliseconds, to suspend the current branch of the process. The default time interval is 3 minutes. |
Threading Policy Details
The following are the details about the Sleep activity threading policy.
Activity Type | Multi-Threaded? | Default Thread Count | Thread Count Configuration |
---|---|---|---|
Asynchronous | No | 1 | Not applicable.
The activity does not create simultaneous process instances due to the single threading mechanism. You cannot alter the default thread count for this activity. |