# T19-2026: Updated Guidance for BIOVIA Workbook 2022 HF11 Release

Correction to BIOVIA Workbook 2022 HF11’s “*BIOVIA\_Workbook\_2022\_HF11\_Install\_Guide.pdf*” document

## Program

BIOVIA Workbook 2022

## Operating System

All

## Description

This document provides a correction to BIOVIA Workbook 2022 HF11’s “*BIOVIA\_Workbook\_2022\_HF11\_Install\_Guide.pdf*” document. We discovered below 2 issues in the previously released install instructions.

1. In the Post-Installation section, step#6
    1. To enable the transition of task plan to other states, ensure that the task plan is in the "In-Progress" state and append the following tag to existing life cycle state rules :
        ![Example XML with severity='ERROR'](https://www.3ds.com/assets/invest/inline-images/image_6.png)

        ![]()The correct setup cannot be “ERROR” only, as customer is allowed to transition task plan with multiple task lifecycle state. Instead of **Error** you can set it to **Information**. For example:

        &lt;/LifeCycleActionMap&gt;

        &lt;LifeCycleStateRulesConfiguration&gt;

         &lt;LifeCycleStateRules&gt;

         &lt;LifeCycleStateRule severity='Information' operator='eq'&gt;

         &lt;LifeCycleState key='inProgress'/&gt;

         &lt;/LifeCycleStateRule&gt;

         &lt;LifeCycleStateRule severity='Information' operator='eq'&gt;

         &lt;LifeCycleState key='draft'/&gt;

         &lt;/LifeCycleStateRule&gt;

         &lt;LifeCycleStateRule severity='Information' operator='eq'&gt;

         &lt;LifeCycleState key='submitted'/&gt;

         &lt;/LifeCycleStateRule&gt;

         &lt;LifeCycleStateRule severity='Information' operator='eq'&gt;

         &lt;LifeCycleState key='suspended'/&gt;

         &lt;/LifeCycleStateRule&gt;

         &lt;LifeCycleStateRule severity='Information' operator='eq'&gt;

         &lt;LifeCycleState key='assigned'/&gt;

         &lt;/LifeCycleStateRule&gt;

         &lt;/LifeCycleStateRules&gt;

        &lt;/LifeCycleStateRulesConfiguration&gt;
2. In the Post installation section step#7
    1. To control the workflow stage where an Experiment transitions when a task plan is reopened, add the following node to the existing WorkflowStatesMap permission configuration:

        ![]()**Note**: The Foundation version must be 2022 SP1 HF13 or later for this functionality to work as expected.
        ![Example node to add](https://www.3ds.com/assets/invest/inline-images/image_7.png)

This step doesn’t clearly identify the updated Workflow name as per customer workflow in their environment and how to update when you have multiple workflows.

For example, using **WorkflowReviewA and WorkflowReviewB** with Workflow stages like InReview, InApproval, and InProgress where this action needs to be considered to change taskplan state upon Workbook experiment Transition, then the xml would be similar to:

&lt;WorkflowStatesMap&gt;

 &lt;Workflow name=" **WorkflowReviewA**"&gt;

 &lt;WorkflowStagesForTaskPlanComplete&gt;

 &lt;Stage name="InReview" /&gt;

 &lt;/WorkflowStagesForTaskPlanComplete&gt;

 &lt;WorkflowStagesForTaskPlanRelease&gt;

 &lt;Stage name="InApproval" /&gt;

 &lt;/WorkflowStagesForTaskPlanRelease&gt;

 &lt;WorkflowStageAfterTaskPlanReopen&gt;

 &lt;Stage name="InProgress" /&gt;

 &lt;/WorkflowStageAfterTaskPlanReopen&gt;

 &lt;/Workflow&gt;

 &lt;Workflow name=" **WorkflowReviewB**"&gt;

 &lt;WorkflowStagesForTaskPlanComplete&gt;

 &lt;Stage name="InReview" /&gt;

 &lt;/WorkflowStagesForTaskPlanComplete&gt;

 &lt;WorkflowStagesForTaskPlanRelease&gt;

 &lt;Stage name="InApproval" /&gt;

 &lt;/WorkflowStagesForTaskPlanRelease&gt;

 &lt;WorkflowStageAfterTaskPlanReopen&gt;

 &lt;Stage name="InProgress" /&gt;

 &lt;/WorkflowStageAfterTaskPlanReopen&gt;

 &lt;/Workflow&gt;

&lt;/WorkflowStatesMap&gt;

This correction ensures accurate implementation and should be followed for all future configurations. Existing setups may require review and adjustment if they were implemented based on the earlier guidance.

## How to contact BIOVIA Support

If you have any questions, please contact [BIOVIA Support](https://www.3ds.com/support/contact-your-support-center).

Need Assistance?

Our support team is here to help you make the most of our software. Whether you have a question, encounter an issue, or need guidance, we've got your back.

[Contact support](/support/contact-your-support-center)

[Submit a request via 3DSupport App](https://dspart004-eu1-partners-ifwe.3dexperience.3ds.com/#dashboard:0b021cdc-9e58-47c3-8527-3d2314c48683/tab:3DSupport)