Previous Topic: Business Logic Task Handler API SummaryNext Topic: Task Session Management


Task Sessions

A task session is an instance of an executing task. Information is stored in a task session as name/value pairs.

During task execution, business logic task handlers have access to the information in the current task session. Task session information is available through the BLTHContext object passed to business logic task handlers.

A task session includes the following:

More Information:

Access to Objects in a Task