Agent execution internal variables

I would like to capture process variables during execution of workflow when executing with an agent, for example: WF_NAME.
What are the variables that are available to be managed?
Specifically interested to know the Request_ID, for now.

I found an image of variables that were available but seem some of them are not. Below the list:
${WF_INSTANCE_ID), ${WF_NAME}, ${WF_INSTANCE_CREATION_DATE}, ${AGENT_NAME}, ${WF_INSTANCE_SOURCE}, ${WF_INSTANCE_SOURCE_ID}, ${PARENT_WF_INSTANCE_ID}, ${WF_ID}, ${PARENT_WF_ID}, ${PARENT_WF_NAME}, ${AE_USER_ID}, ${AE_USER_NAME}, ${AE_USER_EMAIL}

Thanks

1 Like

Hi there.
Any tips on this request?
Thanks

Hi! Willem,

You can use the Modified Java Script step to capture the Request ID.

Please use the following script:
var ae_request_id = getVariable(“WF_INSTANCE_ID”,“”)