Closed
Call an Activity using AJAX Post
I need to call an activity using AJAX Post.
$.ajax({
url: "",
data: "",
method: "POST",
success: function(){},
failure: function(){},
complete: function(e, xhr, settings){}
});
***Updated by moderator: Lochan to add Categories***
Did you try following ways:
https://community.pega.com/node/44151
https://collaborate.pega.com/discussion/call-activity-asynchronously-ajax