• 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 Create a Task a programmatically

    Hi all, I want to create a task by code, is it possible? My scenario is this: I create a document, after creating a document a task created, after complete the task the document is go for survey and this activity is done by other user2, if user2 attach…
  • How to assign task to particular Identity, when other activities is also there?

    Hi Experts, I have a workflow like this, Prepare Drawing-----------yes--------------->Approval from HOD--------------yes------------>Upload Doc On " Prepare Drawing " activity has 3 Identity: Designer(dept 1) , Designer (dept 2) , Designer (dept 3…
  • 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…