Auto vote workflow task when timeout
Hello, I’ve created a very simple workflow with three statuses: Submit, Approval and Released In the Approval status, there are eight review and approval assignments, and I need any that haven’t been completed within five days to be automatically voted as ‘Approve’. I’ve been looking into this, but the only information I’ve found is very old and refers to a VB method. Is there an easier way, or would I need to create a method in On Escalate? Thanks80Views0likes1CommentxClassification Insufficient permissions
I have created xClasssifications with set of xProperties and linked them to Part ItemType. When I tried to added xClassifications it give's an error as below " You have insufficient permissions to perform 'classify' operation for item id '29F57869D3E348FA92AB855F6A029EFE' by xClass id 'F1D35D96534B47BAB447134E6C309CC5'. "62Views0likes1CommentWorkflow Activity Completion - Save Changes
Wrt Workflow Activities in Aras, users complete their activity by picking from the ‘Vote’ dropdown before clicking ‘Complete’. There is a ‘Save Changes’ option (see below) which allows users to save their comments without completing the activity. This option is presently unnecessary and is causing confusion internally - Can you please advise if/how we can disable or hide the ‘Save Changes’ button?1.7KViews0likes3CommentsDynamically Add Workflow Process Path
Hi Community, Just wondering if this error is common. Basically I have a workflow with multiple activities in sequence. I also have another activity that is not in the sequence and has no paths to it (we'll call this activity X). I am looking to, via an action, create a workflow process path to activity X and then vote that path. I am getting an insufficient permission error to add a workflow process path. Am I missing something here? Can Add for that item type shows admin has rights. Is there another item I need to take into account?3KViews0likes5CommentsWorkflow 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.6KViews0likes0CommentsWorkflow Process Get Change ItemType
Good day all. I have a Method to dynamically assign a drafter to the activity. Currently I have to specify the ItemType of the change I am using for this method to work, meaning I would have to recreate the Method for each different kind of change ItemType I want to use this on. How can I pull the associated change ItemType from the Workflow Process or Workflow Process Activity that the method is running from to make this a more generic method? The Method is written in C#. Thank you for your help.Solved4.2KViews0likes3CommentsDefining a workflow process and map vs process plan
Hi If my understanding is correct. a lifecycle is the states an item (be it a part, equipment or document) goes through. The manufacturing process plan is the plan (list of operations and steps) required to realize a part or product. Then what is the workflow map, process, activity, assignment and task? And can a workflow process not be the same as a manufacturing process plan? Is there possibly a document that clearly defines these, their relation to one another and to which items they relate to (part, product, document etc.) Thanks5.4KViews0likes2CommentsHow 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.8KViews0likes0CommentsSet a customized user in workflow history
Hi, I want to set a specific user in workflow history report. Consider I've Part item which have 3 states A,B and C. Usually the signoff from B->C is done by X always but I want to set it to Z in workflow history report. Can I know how it is possible ? Thanks6.9KViews0likes3Comments