Skip to main content
1-Visitor
July 2, 2012
Question

Dependent Change Tasks

  • July 2, 2012
  • 2 replies
  • 1571 views

Currently all change tasks within a change notice start simultaneously. I am looking for a way to make them dependent so as to start one after previous is completed and approved. So is there a way to add this dependency in change tasks with any configuration or customization?

2 replies

22-Sapphire I
July 2, 2012

This is available OTB in Windchill 10 (requires ProjectLink to be installed).

For 9.x, I don't know of any way other than some workflow trickiness.

ybagul1-VisitorAuthor
1-Visitor
July 2, 2012

Thank you Mike. We are currently on 9.1 M40 and there are no plans to upgrade to 10 as of now.

I looked at synchronization robots in work flow. That seems one potential approach to have dependent change task.

ybagul1-VisitorAuthor
1-Visitor
August 30, 2012

I was finally able to achieve this. Here is how.

1. Create an integer attribute 'Sequence' on the change task object

2. Modify Change Notice Workflow

a. Grab all change tasks within change notice, iterate through them based on Sequence attribute and set state to implementation manully

b. Modify synchronization robot to listen/fire for state change event on this change task

3. Modify Change Task workflow

a. Modify synchronization robot to listen/fire for state change event of PBO (Change Task)