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…
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…
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…
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…
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…
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…