We use function CallActivity or pxExecuteAnActivity to call activity from a data transform. Is there any way to call the activity asynchronously from data transform? A fire and forget approach within data transform (like Queue Activity or run in parallel approach)
@AparnaGopakumar Would the following Pega Documentation articles help answer your query?
@AparnaGopakumar One of the options could be calling a wrapper activity from your DT & then using your intended activity asynchronously from the wrapper activity. You could build this activity as generic utility in your org level for reusability
You can invoke activity inside data transform and in that activity you can make use of Queue-For-Processing method. So that the information will get queued and get processed asynchronously by queue processor and the post (next) data transform steps will get executed without waiting for response. Attached screenshot for reference.
