Workflow activity error on voting
Hi, I'm getting this error during a task completition I find in logs the AML that caused error: <AML> <Item type="Activity" action="EvaluateActivity"> <Activity>B500D2569FC54E9AAA7266D3BF9C80E0</Activity> <ActivityAssignment>1D5158BBDA364998B43403E30243E3A7</ActivityAssignment> <Paths> <Path id="1A9BF5EE8BAB4D5885D0680C931ADB81"><![CDATA[Review]]></Path> </Paths> <DelegateTo>0</DelegateTo> <Tasks> <Task id="44FD3E46B1DC4F21B3CCBD517B266970" completed="1"> </Task> <Task id="C6B7EC937DD6470B9D910BDA68D8AE12" completed="1"> </Task> </Tasks> <Variables> </Variables> <Authentication mode=""> </Authentication> <Comments> </Comments> <Complete>1</Complete> </Item> </AML> I try also to apply this AML using nash but error is the same "An item with the same key has already been added" how I can complete the WF activity? Thanks1.6KViews0likes0CommentsHow to get previous workflow activity of workflow process path
Hi, Do you know how to get previous (From) workflow activity of workflow process path in ARAS? We added a Post method on workflow process path and tried to access "this". But "this" contains only destination (To) activity ID. However, we are able to get previous (From) state and destination (To) state of a lifecycle transition by accessing "this". Any pointers would be really helpful. Best Regards, Sameer2.7KViews0likes0CommentsError upon Assignment creation in Project Activity
When I add an Assignment in an Activity within a Project and attempt to save, I get a "Cannot get IIS pickup directory" error: -<SOAP-ENV:Envelope> -<SOAP-ENV:Body> -<SOAP-ENV:Fault> <faultcode>SOAP-ENV:Server</faultcode> <faultstring>Cannot get IIS pickup directory.</faultstring> -<detail> <af:legacy_detail>Cannot get IIS pickup directory.</af:legacy_detail> <af:exception message =" Cannot get IIS pickup directory. " type=" Aras.Server.Core.InnovatorServerException " /> </detail> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> I haven't been able to figure out where this error is coming from or why it's occurring. On a side note, when I try to add a User that doesn't have an email attached to it, I get an error: -<SOAP-ENV:Envelope> -<SOAP-ENV:Body> -<SOAP-ENV:Fault> <faultcode>SOAP-ENV:Server</faultcode> <faultstring>Email address for to_identity not found or invalid</faultstring> -<detail> <af:legacy_detail>Email address for to_identity not found or invalid</af:legacy_detail> <af:exception message =" Email address for to_identity not found or invalid " type ="Aras.Server.Core.InnovatorServerException " /> </detail> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Note that I don't have any email messages setup for Projects, so I can't figure out why it won't let me add a user without an email. I'm not sure whether these two errors are related, but does anyone have an idea as to why there is an issue? Am I missing some configuration step somewhere? Thanks,6.5KViews0likes3Comments