Yelena - Wednesday, July 15, 2009 8:59 AM:
I have a Versionable itemtipe that I apply the workflow and lifecycle to.
If item's generation is > 1 I am getting an error "Not a single item" when vote the workflow assignment.
I am in Innovator 9.1 and am using "Promotions" relationship on the workflow to add promotions to the next state "On Activate".
Should I write a server method instead that will select the latest generation of the "Controlled item"?
What is the simplest way to achive what I need?
Thanks for your help,
parepalli - Friday, March 8, 2013 3:19 AM:
I too have same kind of problem. Did you find a solution?
Thanks
vasant - Friday, March 8, 2013 9:24 AM:
Hi Yelena, ParePalli,
Aras Innovator 9.1 & 9.2 does not support workflow on Version-able Item Type. Aras supports workflow on Version-able Item from its version 9.3.0.
Thanks- Vasant Padhiyar
parepalli - Friday, March 8, 2013 9:51 AM:
thank you so much for your prompt reply.
plm_stud - Sunday, October 20, 2013 8:51 AM:
Hi Guys,
Question on the same. Yes we can assign workflow on the versionable itemtype.
But, has anyone checked below UseCase??
1) Assign Workflow to Part
2) Go to the inBasket of Activity owner and right click on the Activity --> Edit Part.
3) Now make some changes in Part and and come back to you in Basket and try to complete the Activity.
4) For me it's giving Not a Single Item error.
Can anybody help me on this please?
vasant - Monday, October 21, 2013 1:08 AM:
Hi,
In OOTB Fuctionality it will never give you such kind of error..
Have you written any server side (code) automation on Part-Lifecycle or Part-Workflow or Part-Itemtype??
As per my observation its due to improper exception handling in code.
Thanks - Vasant
plm_stud - Tuesday, October 22, 2013 4:32 PM:
You are right upto some extent.
What I have done is, I have created a workflow and it is assigned on the Preliminary State of the lifecycle.
So, the problem is not with the Workflow on Part but the Workflow assigned at the first state of Part.
Any suggestions on this?