cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BTP Process Automation Data storege

ElyasD
Explorer
0 Likes
901

Greetings, 

I'm working on creating a from in SAP BTP Process Automation.

My understanding is that when capturing data from a form, it is stored as part of the process instance's context, and it is available to all subsequent steps within the same workflow. The context data persists for the lifetime of the process instance. Once the process is completed, the data will be completely gone and not accessible anymore, correct? 

If that is not true or correct, how can I fetch or trace them?


Accepted Solutions (1)

Accepted Solutions (1)

Dan_Wroblewski
Developer Advocate
Developer Advocate

Do you want the context to disappear? I don't know if that is possible (our SnapChat version).

But generally you can retrieve the context anytime. I have a simple process that:

  • Has a trigger form
  • Has a simple form for the user to add additional info.
  • Has an approval form, with an input.

Dan_Wroblewski_0-1739197332729.png

Here is a display of the context after the instance completes.

Dan_Wroblewski_1-1739197377013.png

And here I can call an API to retrieve the context long after the process instance completed.

Dan_Wroblewski_2-1739197929013.png

Hope this helps

😺

 

 

ElyasD
Explorer
0 Likes

Hello Dan,

Thank you for replying.

I actually want to have access or retrieve the data for end user. I do not want them to disappear.

Your steps of showing how can I find them helped a lot and I really appreciate it. 

Now I need to find a good storage to have end users see the data. Any recommendations? To be honest, I prefer something within BTP and with no need of development. 

 

Thank again. 

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Likes
You can't just create a front end that retrieves the data from the API?
ElyasD
Explorer
0 Likes
No, how and where can I do that?
Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Likes
Well, you can use SAP Build Apps, or if you know CAP or RAP you can do it with those.

Answers (0)