get datas from temp schema in different workflow
Hello,
I'm creating a web service SOAP in adobe campaign that can be called by a tier application.
I want this web service to call a workflow and get the result of datas from this workflow.
My workflow looks like this :
Start -> signal -> query -> enrichment -> javascript
I tried in the javascript web service to select datas from the enrichment temporary table. But it does not work.
Here is the error when i'm trying a select querydef in the javascript web service :
The temporary 'temp:enrich_broadlog' schema is not defined in the current contex
I checked the name of temporary schema and set the javascript in pause to prevent purge. It is the right one. But I can't manage to retrieve any data from it.
I guess that I can't get datas from a temporary schema if the javascript execution is not from this workflow.
My only solution is to store data in a ftp file and do more process. But I'd like to know if is it possible to get workflow datas directly by calling the workflow by the web service.
Thank you for your help.