VMware Cloud Community
motogoosy
Contributor
Contributor

vRA 7.3 __asd_catalogRequestID is not being passed

I recently ported over working workflows from vRO 6.2 to 7.3. The ASD form has several embedded global variables as :

__asd_requestedBy and __asd_catalogRequestID. Both are added as input values as empty strings. After launching the workflow I see the variable input for RequestedBy, which is my ID, but the request ID remains empty. Is this global value still used in vra 7.3 and if so, what am I missing?

2017-07-14_9-50-17.gif

Tags (2)
0 Kudos
1 Reply
AishR
VMware Employee
VMware Employee

you can try to get them by doing: var catalogRequestID = System.getContext().getParameter("__asd_catalogRequestId")

0 Kudos