Skip to main content
Is it possible to deploy the smartforms without a connection and let them run as pure asp.net pages?

This is useful for testing complex forms without k2 involvement before attaching to the process.

Also useful in automatic testing scenarios where I just want to make sure the page loads in my web/unit tests.
The SmartForm determines what to do as part of the Loading process (Open Worklist Item, Create New Process), based on this the form needs to be able to connect to the K2.net Server.

Reply