We are using Windchill 10.1. I want to add a task to an existing workflow whereby the task can automatically determine if the object is English or French (attribute="EN" or "FR") and then initiate the next task. English following a specific route and French following a different route. As far as I can determine, I should use a "conditional" task which would have a routing expression. My problem is, I'm not sure how to write this expression. What specifically do I need to enter in the routing expression properties? For example, something like below: If (Language="EN" result="UpdateContent task" else Language="FR" result="OnlineReview task" I don't have any experience writing expressions so if someone can provide guidance that would be great. Thanks
↧