07 Feb 2023 03:01 PM - last edited on 20 Apr 2023 08:53 AM by educampver
Hi team, is there a hook or something else that gets triggered when my app gets deployed on hub? I am asking because we wanna to do some setup stuff (creating settings, adding new workflows etc.) which has only be done once the app gets deployed?
Solved! Go to Solution.
07 Feb 2023 03:10 PM - edited 07 Feb 2023 03:17 PM
07 Feb 2023 03:23 PM
Hi Markus,
One workaround I can think of regarding adding workflows to an app: let the user via an intent create a workflow when first opening the app and persisting the workflow id as part of the app state.
Best,
Sini
08 Feb 2023 08:27 AM
Hi Sinisa,
thanks for your replay! Yes that might be a solution and wanna do something similar.