Browse By Tags

  • Rework Path for Parallel Activity

    Hi, I have a Workflow with automatic activity that enables 5 parallel activity. If one activity assignee select Rework path, how can I restrict other activity assignee to vote ? In other words, out of that 5 parallel activity, if one goes to rework…
  • ECO Workflow tasks according to Project Item type

    Hi, I want to relate Express ECO with Project Item type. I will define the Review assignment for Project Manager. Then the workflow task is created for Jack (Project Manager of A Project), or for Mary (Project Manager of B Project). How can I…
  • Getting Error while voting ECN

    I am using Aras Innovator Version 11.0 SP14 While vote of ECN workflow I got below error message. Any solution for this issue? Regards, Maddy
  • Dynamic Workflow for DCO

    Hi, I want to have multiple workflows for different DCO subclasses. I've seen a code here but I can not work with it. the code is : switch (classification) { case "DCO I": wflMapName = "Express DCO-I"; break; case "DCO II": wflMapName…
  • How to multiple DCOs

    Hi, is it possible to have multiple DCOs? Because we want to have a different workflow for different documents. How to do this? thanks,
  • In Basket Promotion giving Not a Single Item Error

    Hi Team I'm getting one weird error when performing sign off. When I try to do Sign Off, getting Not a Single Item error only one state. I'm able to do Sign Off in other state of the Workflow. No server events or life cycle events attached to that…
  • Promotion Error

    Hi Team I'm getting "No Promotion Available" error when trying to do Sign Off. Server method is attached to Workflow and On Activate of the Sign Off. Method is trying to promote the ECO state to Work in Progress from Start. I have required access…
  • Restart workflow on Revision

    Hi I have an Item with a workflow attached to it.On creation of a new revision of that Item I would like to Restart my workflow. I tried to call reinstantiate and start workflow on the lifecycle state draft. However unless I am deleting the last workflow…