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