Skip to main content
10-Marble
October 16, 2024
Question

How can I notify other systems when the task is completed?

  • October 16, 2024
  • 2 replies
  • 1144 views
I am developing an interface for Windchill 11. How can I notify other systems when the task is completed?

2 replies

Catalina
Community Moderator
October 16, 2024

Hi @ZL_10908440,

 

Thank you for your question! 

 

I’d like to recommend to bring more details and context to your initial inquiry. 

It also helps to have screenshot(s) to better understand what you are trying to do in your process. 

 

Please refer to this guideline to make your questions more likely to receive a quick and useful answer. 

This will increase your chances to receive meaningful help from other Community members. 

 

Thank you for your participation and please let me know if you need further assistance! 

 

Best regards,

Catalina | PTC Community Moderator
avillanueva
23-Emerald I
23-Emerald I
October 16, 2024

Are you referring to a workflow or a system event?

10-Marble
October 17, 2024

Workflow

avillanueva
23-Emerald I
23-Emerald I
October 17, 2024

That depends on the capabilities of the other system. Certainly the workflow is open to any Java code you want to add. The workflow could connect to that system to trigger an action. It can drop an output file to a folder which can be polled by that system. That system can poll Windchill periodically looking for evidence of that workflow task being completed. There are a number of ways. I would start with an expression robot immediately following the task that is completed. Write your code there.