203k views
5 votes
What will happen if you Instantiate a template that still has the workstate planned

User Morynicz
by
8.9k points

2 Answers

2 votes

Answer:

Step-by-step explanation:

When you instantiate a template that still has the workstate planned, it means that the template is not fully developed or implemented. As a result, the instantiation process may encounter issues or errors. The instantiated object may lack certain functionality or may not work as intended since the workstate is still in the planning stage.

In practical terms, if you attempt to use a template with the workstate planned, you might encounter missing or incomplete features, unexpected behavior, or errors during the execution of the instantiated object. It is important to ensure that the template is fully developed and all necessary work has been completed before instantiating it to avoid any issues.

User Nicolas
by
7.4k points
1 vote

Answer:

If you instantiate a template that is still in the planned workstate, the system will generate an instance based on the current state of the template. However, since the template is still in the planned phase, it may not be fully developed or finalized. This could lead to errors or incomplete information in the instantiated object. It is generally recommended to only instantiate templates that are in a completed or approved workstate.

Step-by-step explanation:

User Alex Safayan
by
8.1k points