Amazon SQS - End session

Declaration

<AMAWSSQS ACTIVITY="end_session" SESSION="text" />

Related Topics    

Description

Ends an SQS session previously created with the use of the Amazon SQS - Create session activity.

IMPORTANT: Automate Desktop's SQS activities use Amazon's SQS engine to perform their work, therefore, launching and operating Amazon SQS through Automate Desktop requires a valid Access Key ID and Secret Access Key.

Practical usage

Used to end an existing SQS session.

Parameters

Credentials

Property Type Required Default Markup Description
Session Name Text Yes (Empty) SESSION="SQSSession2" Specifies the name of the session to end.
NOTE: To start a session, use the Amazon SQS - Create session activity.

Description

Error Causes

On Error

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Description

This sample task ends a SQS session.

Copy
<AMAWSSQS ACTIVITY="end_session" SESSION="SQSSession1" />