Skip to main content
17-Peridot
June 25, 2026
Solved

Is there any configuration required to enable POSASSY/Positioning Assembly publishing in worker

  • June 25, 2026
  • 2 replies
  • 47 views

Is there any configuration required to enable POSASSY/Positioning Assembly publishing in worker?

Best answer by TDT

No worker-side configuration is required.
The only thing required is to publish the object as a Positioning Assembly, either by selecting New Representation in the UI or programmatically using the following API
PublisherAction publisherAction = new PublisherAction();
publisherAction.addAction(PublisherAction.POSASSY, true);
Once the publish request is submitted as a Positioning Assembly, the OOTB publishing process will handle the rest.
The following Help Center topic explains which objects can be configured to publish as Positioning Assemblies using Windchill properties.

2 replies

16-Pearl
June 25, 2026

Yes. You can refer the help center topic.

TDT17-PeridotAuthorAnswer
17-Peridot
July 7, 2026

No worker-side configuration is required.
The only thing required is to publish the object as a Positioning Assembly, either by selecting New Representation in the UI or programmatically using the following API
PublisherAction publisherAction = new PublisherAction();
publisherAction.addAction(PublisherAction.POSASSY, true);
Once the publish request is submitted as a Positioning Assembly, the OOTB publishing process will handle the rest.
The following Help Center topic explains which objects can be configured to publish as Positioning Assemblies using Windchill properties.