Detach Block
Contents
Use the Detach block for detaching a specific interaction from the Orchestration Server session. For more information see the Orchestration Server Developer's Guide, <detach> interface action element. The Detach block has the following properties:
Name Property
Find this property's details under Common Properties.
Block Notes Property
Find this property's details under Common Properties.
Exceptions Property
This provides the ability to define a set of exceptions handled by this block. Any exception not caught by a block in a thread might be caught by the enclosing Begin Parallel block. Find more details under Common Properties.
Condition Property
Find this property's details under Common Properties.
Logging Details Property
Find this property's details under Common Properties.
Log Level Property
Find this property's details under Common Properties.
Interaction ID Property
This property specifies the ID of the Interaction to detach from this ORS session. Set to a meaningful value or keep the default value, which is the system variable InteractionId. Find more details under Common Properties.
Pass Context
This property accepts true/false values. When set to true and Detach is also true:
- URL built with the block name is stored into this interaction's user data (user data key name is '_composer_originating_session') just before detaching the interaction. That URL will be used by the orchestration destination session (that is the new orchestration session started to handle the interaction after it was redirected to an other routing point) to request the context of the originating session. After the processing for this block is over, the originating session is blocked until the destination session actually reads the context. The context consists of the system and user variables.
Pass Context Timeout
This property can be passed a positive integer value or a variable. This is the maximum time to wait (in seconds) for the destination session to read the originating session's context.
Enable Status Property
Find this property's details under Common Properties.
ORS Extensions Property
Starting with 8.1.4, Composer blocks used to build routing applications (with the exception of the Disconnect and EndParallel blocks) add a new ORS Extensions property.