Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0
I want to integrate camunda to windchill so my question is can we apply camunda business process or workflow to windchill promotion request or change notice or request
Solved! Go to Solution.
Hi @SD_10636834
What do you mean apply business process ?
Windchill has own processes and you can use OOTB configuration or design own processes and workflow.
Also you can use code in the workflow to call methods that communicate with other systems,
The methods usually does not exists with not supported systems but you can create own. You just need a customization knowledge.
You can try to check the Windchill REST API how to communicate with Windchill from outside places.
or you can write own Java method to communicate with other nonsupport systems .
I usually write own classes that I can integrate whatever you can imagine.
PetrH
Hi @SD_10636834
What do you mean apply business process ?
Windchill has own processes and you can use OOTB configuration or design own processes and workflow.
Also you can use code in the workflow to call methods that communicate with other systems,
The methods usually does not exists with not supported systems but you can create own. You just need a customization knowledge.
You can try to check the Windchill REST API how to communicate with Windchill from outside places.
or you can write own Java method to communicate with other nonsupport systems .
I usually write own classes that I can integrate whatever you can imagine.
PetrH
do you have some custom rest API example or code
Hi @SD_10636834
Examples for Basic REST Operations
In a following thread is an example how to customize REST api
REST API Uto pdate primary content missing
Windchill REST API custom function return collection of custom type
PetrH
Hello
At FELCO Solutions, we've developed a specialized integrator for Windchill known as the FELCO Solutions PLM Integrator, designed to facilitate seamless data transmission to third-party applications. Built with our customers' ease of use in mind, our integrator smoothly sends WTPart or CAD structures to your ERP system during the release process using web services. It efficiently manages attachments, viewables, and primary content through Base64 technology. Moreover, it streamlines the retrieval of routing information from the ERP system for workflow processes.
Learn more:
https://www.felcosolutions.com/plm-integrator
sorry to ask a bit late: have you eventually been able to accomplish your aim with Camunda?
I was also thinking on using Camunda together with Windchill, but did not get started yet....
greetings
Hello
As long as a web service is provided then the PLMIntegrator can send information.