cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Call On The Basis Of Transaction ID in MII v 12.2

Former Member
0 Kudos

Hi

Is there any way to call a transaction on the basis of Transaction ID (Unique ID for Each transaction)?

Please let me know if any.

Accepted Solutions (1)

Accepted Solutions (1)

agentry_src
Active Contributor
0 Kudos

Hi Shashank,

I am not sure what you are trying to do.  When a transaction is created at runtime, there is a unique ID assigned.  It is used primarily by people who are troubleshooting bugs in their transactions. 

Using a Dynamic Transaction Call, you can dynamically assign a specific Transaction, but that is by the path, not by a specific ID.  I would guess you could create a Shared Memory property of type map which would link an ID to a specific Transaction path, but not sure what that would do for you.

What is your goal here?

Regards, Mike

Message was edited by: Michael Appleby

Former Member
0 Kudos

Thanks Michael,

Just wanted to know if there is any way to call TRX on the basis of its unique ID.

Achieved my goal by making a simple transaction call.

Regards
Shashank

agentry_src
Active Contributor
0 Kudos

Hi Shashank,

Not that I know of.  The unique ID is assigned at runtime and is only valid for that execution of the transaction.

Regards, Mike

Former Member
0 Kudos

Thanks Mike,


I got it now!!!

Answers (0)