24
Views
3
Comments
Solved
Bootstrapping
Question
Application Type
Reactive

I am new and i want to ask that How many Actions are created while bootstrapping ?

2025-12-12 06-45-53
Nandhakumar Sureshbabu
Solution

Hello @Muhammad Bilal,

Only one server action will be created during bootstrapping. 


Regards, 

Nandhakumar S.

UserImage.jpg
Muhammad Bilal

Thanks

2023-03-16 16-29-51
Paulo Rosário

Hello Muhammad,

If you are talking about bootstrapping data using an Excel File then : 

"Service Studio creates:

  • An action with the bootstrap logic named "Bootstrap" in the Server Actions folder in the Logic tab.

  • A structure with the content of the Excel file named "Excel_" in the Structures folder in the Data tab.

  • A resource with the Excel file in the Resources folder in the Data tab.

  • A timer to execute the action at publish time named "Bootstrap" in the Timers folder in the Processes tab."

So Outstyems creates 1 action for each file.

You can read more about this in this post: Bootstrap an Entity Using an Excel File.

I hope it helps! 

Paulo Rosário

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.