Many times I have seen programmers complain that they see some strange behavior during testing; something that they cannot explain. Either their program crashes randomly or it simply crashes for no apparent reason. They scratch their head trying to debug their code. Everything seems fine, inputs are OK, memory allocations seem fine, code does not seem […]
Read more →If you are like me, I am sure you were quite frustrated by Teamcenter Engineering when you edited Teamcenter workflow template and wanted all active jobs to reflect those changes. Imagine that you were given a task of editing a workflow template (e.g. add an action handler or rule handler to a task, remove an […]
Read more →Have you ever wondered how to build complex logic in your Teamcenter workflow templates without writing your own custom rule handler? Read on – Here I will show you how to build complex logic using – Rule Handlers with Quorums, and Or Tasks. Rule Handler Requirements Suppose you have an ECN workflow that cannot proceed […]
Read more →