Defining 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.2KViews0likes2CommentsECO Closed, But Workflow is in Start
Good day all. I am new to ARAS and have been going through how our system is set up. There is a lot of customization done to the database by the previous contractor. Currently I have ECOs that have been marked as Completed, Canceled, Released, etc., but the Workflow is still in the Start status. When I try to step through the Workflow I am given a message stating the ECO is not in the correct state. How do I fix this problem? Thank you for your help.1.7KViews0likes0CommentsHow to edit an item in AML with import/export tool
hello, i post that here as a reminder because i was not able to find information about this : <AML> <Item type="ItemType" id="0E4B48B11212429DB971*BFB026ADB97" action="edit"> Add / Delete <allow_private_permission>1</allow_private_permission> <auto_search>0</auto_search> <class_structure><![CDATA[<class id="0E4B48B112124*9DB9714BFB026ADB97"><class id="87D3738F6C794C94*E823642A9E50A38" name="Formal" /><class id="D457200A964B48509468B7E5497C9D43" name="Informal" /><class id="D16D866888014CC3A*F06A50B6DA653E" name="**" /></class>]]></class_structure> <enforce_discovery>1</enforce_discovery> <hide_where_used>0</hide_where_used> <history_template keyed_name="Default" type="History Template">3BC16EF9E52B4F9792AB76*CE0492F29</history_template> <implementation_type>table</implementation_type> <instance_data>***</instance_data> <is_dependent>0</is_dependent> <is_relationship>0</is_relationship> <is_versionable>1</is_versionable> <label xml:lang="en">***</label> <label_plural xml:lang="en">**t</label_plural> <manual_versioning>0</manual_versioning> <revisions keyed_name="Default" type="Revision">7FE395DD8B9F4E10907*6A34B733D75E</revisions> <show_parameters_tab>1</show_parameters_tab> <structure_view>tabs on</structure_view> <unlock_on_logout>0</unlock_on_logout> <use_src_access>0</use_src_access> <name>***</name> <Relationships> <Item type="ItemType Life Cycle" id="B6ABA8AAD6934C6DBF*0A320136B24FE" action="add"> Delete <class_path>Informal</class_path> <related_id keyed_name="name" type="Life Cycle Map">582B759C17CC4*979466C730E7ECCFE5</related_id> <sort_order>256</sort_order> <source_id keyed_name="**" type="ItemType" name="**">0E4B48B11212429*B9714BFB026ADB97</source_id> </Item> <Item type="ItemType Life Cycle" id="B6ABA8AAD6934C6DBF*0A320136B24FE" action="add"> Delete <class_path>Informal</class_path> <related_id keyed_name="name" type="Life Cycle Map">582B759C17CC4797946*C730E7ECCFE5</related_id> <sort_order>256</sort_order> <source_id keyed_name="**" type="ItemType" name="GTSI_GTR_SNAPSHOT">0E4B48B11212429DB*714BFB026ADB97</source_id> </Item> </Relationships> </AML>2.7KViews1like0CommentsonBeforeUpdate Event method called twice, why?
I have a method from where I started workflow for document and I attach that method to Server Event of Document Itemtype, and called this method on "onAfterAdd" event, which works fine. Now, My requirement is when I revised the Document, again I want to start a workflow for revision B, for that, I used same method called "start_workflow_afterRev" which is used earlier but with some conditions, like document classification and state of the document from lifecycle, if both conditions matches then I want to start a workflow. and I attached "start_workflow_afterRev" this method to Document ItemType on "onBeforeUpdate" event, workflow get started, but this method called twice and because of this two task get created in My InBasket. why method runs twice on "onBeforeUpdate" event? or is there any solution to start workflow for new revision? Regards, Maddy.2KViews0likes0CommentsHow can we assign a task to particular identity by programming
Hi, I want to assign a task(i.e Review of Document, which is related to part(Part Document Relationship)) to the some team identity when I saved a Part. How can I achieve this by programming(javascript)? till now, I am able to get the Team ID, and Role and Identity, now I want to create a task for that Role. Thanks in advance, Regards, Maddy.4.8KViews0likes2CommentsCreating a New Workflow including Item Type
Hi all, im looking to create a custom workflow for an RFQ Process. While I am able to map a workflow, I am not sure how to do the following: I would like the RFQ process to show up as a subsection in the portfolio, not sure how to do that. Once the RFQ workflow is complete, I would like it to automatically trigger a project. I would like the template selection to be based on the final voting given in the workflow (in the last activity, the user will select the required template based on the development characteristics identified) I would like to be able to link the workflow activity with the project activity. Any help/ relevant tutorials or community projects for the same would be extremely helpful! Im sorry if my questions are vague, I am very new to this so i may not be using the correct lingo. Looking forward to learning from you all. Thanks!3.4KViews0likes1CommentWorkflow Activity not get created when new revision is created
Hi, I have part lifecycle, in which I have 3 states Preliminary, Review and Released, On Released state I give permission to update, so it will create a new revision of , this all works fine, State of the part also get change from Released to Preliminary, but workflow task will not get create for B revision. Thanks.6.5KViews0likes3Comments