Error for the New Workflow for Components

Hi,

I would like to simplify the Express ECO workflow for "component" classification Parts. I created a new Express ECO workflow by saving as the original.

I am using an internal method to get different workflows for different classifications. So I defined the new workflow for the "Components" in the method.

I deleted "In Planning" activity in this new workflow. However, I get the below. I can not understand what the exact error is and how to fix it.

"Aras.Server.Core.ItemIsLockedException"

thanks

Duygu

Parents
  • You can extend the Method so it fits multiple purposes. The Method is designed for the Express ECO, Express DCO and others.

    I think it possible to adapt the Method so it works for multiple ECO workflows. Around 1001 you can find the Express ECO part.

    An example: Around line line 1238 you find the ProcessTransition. Here do you can add own workflow paths if they differ from the original. For example I added an additional handler for a rollback option "In Work -> In Planning"  so I can use the Express ECO without Plan review.

    You wil also have to take care for Validation parts. It´s a lot of work.

    But do you really need a second workflow? I also used a dynamic Express ECO, but without using a second workflow. I use dynamic assignmens and dynamic path selection for simplifieng the Express ECO for certain Item conditions.

Reply
  • You can extend the Method so it fits multiple purposes. The Method is designed for the Express ECO, Express DCO and others.

    I think it possible to adapt the Method so it works for multiple ECO workflows. Around 1001 you can find the Express ECO part.

    An example: Around line line 1238 you find the ProcessTransition. Here do you can add own workflow paths if they differ from the original. For example I added an additional handler for a rollback option "In Work -> In Planning"  so I can use the Express ECO without Plan review.

    You wil also have to take care for Validation parts. It´s a lot of work.

    But do you really need a second workflow? I also used a dynamic Express ECO, but without using a second workflow. I use dynamic assignmens and dynamic path selection for simplifieng the Express ECO for certain Item conditions.

Children