Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
111 stars 70 forks source link

App-backend - start process when instance is created #2880

Closed dskogan closed 4 years ago

dskogan commented 4 years ago

Currently clients must first instantiate and then start process. Chief architect wants this to be one operation, not two

Tasks:

GGunnar commented 4 years ago

@dskogan is this part of an EPIC? cc: @erlendoksvoll

dskogan commented 4 years ago

I've implemented this in AppBase.

jeevananthank commented 4 years ago

@dskogan i verified this with a newly deployed app in AT21. It does not start the process when an instance is created. Moving this task back to development. App: ttd/it-works

jeevananthank commented 4 years ago

the test is carried out with the new app: ttd/the-latest process is started when an instance is created

dskogan commented 4 years ago

Have found the bug and fixed it in apptemplate. App must be build anew.

jeevananthank commented 4 years ago

verified. Closing the task.