Browse By Tags

  • Change Field Set to Workflow Activity

    Good day all. Has an anyone set a method to add the current workflow activity name to a change field? We reference the changes more by the workflow activity than we do by the change state. Thanks for your help with this.
  • 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…
  • Workflow 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…
  • 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…
  • How 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…
  • Set a customized user in workflow history

    Former Member
    Former Member
    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…
  • How 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…
  • How to Automatic Activity by dynamic?

    Former Member
    Former Member
    I have a activity(A). If A have assignment then not automatic. If A not have assignment then automatic. How to Automatic Activity by dynamic?