REST API and Passing Context

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

REST API and Passing Context

Post by PointsWell »

I am having a bit of trouble passing the response from an API from one process to another and keeping it in context.

I don't want to do all the processing in one process (because the user may not get a response, or may get multiple responses) so need to be able to pass this off.

If I use non persisted BOs they appear to die despite the sub process using them as inputs.
If I use persisted BOs I need to tag them with the LIRU and do a FIND in the sub process.

Feels like AIM should be able to pass these to another process, so am I missing something?
Post Reply