When we deactivate a process and then import the package to another environment, we verify that the process that was deactivated is active in this new environment and we need to deactivate it again in this second environment. My question is whether there is any way to bind this "Active" value in the process.
Thank you in advance.
Best regards,
Andreia
Like
2 comments
17:51 Mar 28, 2023
Hello Andreia,
The information on active\inactive processes status is stored in the SysProcessDisabled table. So you need to bind data from this table to transfer the process state between environments. Please also note that the process schema should be also bound to the package (SysSchema table) and if the schema is not bound to the package you will see the message like below:
Show all comments