• Update workflow process to latest Workflow Map

    Any ideas on the topic? Failing this, resetting the workflow?
  • RE: Change Field Set to Workflow Activity

    I guess I should have come back to this and post the C# method I use. I have this assigned to the Activities of the Workflow Template with an On Activate event. // Called OnActivate from activities in a change workflow. Gets the Activity name and…
  • RE: Ad Workflow Process Path to Started Workflow

    I finally figured out the solution to my problem with this. First I do a Nash search with the following AML, using the change number for the Workflow Process name. <AML> <Item type='Workflow Process' action='get' select='keyed_name…
  • 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…
  • Relationship Between Change and Workflow Process

    Good day all. I am trying to figure out how a Workflow Process is related to a change. I am trying to write a report that will capture all of the open changes with the assignments that have not been completed yet. I have a SQL query that can get most…
  • Workflow 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. …
  • Dynamically 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…
  • Completing Workflow Activities

    When you select Complete Task from the InBasket grid context menu, the Workflow Activity Completion window appears. Completing Tasks The Tasks pane displays a list of all the tasks defined by the Aras Innovator Administrator. Required tasks are…
  • RE: Set workflow activity via action

    Hi mczbas It is possible to cancel the item using action and move the life cycle and workflow to cancelled state Note: Method is using the path Cancelled (Keep the same name in the life cycle and workflow) Create a Method Workflow_Promote Innovator…