Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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,
Are you referring to a workflow or a system event?
Workflow
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.
Can you tell me more about how I knew this workfolw was completed.
Hi @ZL_10908440
You need to know some admin knowledge.
The workflow is completed if the process ends on the Finish block in the flow.
If you add an expression robot before last finish block then this will be the point that you know the process has been finished.
PetrH