Skip to main content
12-Amethyst
June 12, 2026
Question

Windchill workflow customization

  • June 12, 2026
  • 3 replies
  • 23 views

Is it possible to complete a workflow task programmatically using Java code?

For example, I would like to complete a Change Notice task programmatically rather than through the user interface. Is this supported? If so, could you please provide some guidance on how this can be achieved?

 

Best Regards,

Shrikant Bhosle

3 replies

12-Amethyst
June 12, 2026

 

17-Peridot
June 12, 2026

Hi ​@Shrikant Bhosle ,

What is the business use case for this requirement?

17-Peridot
June 12, 2026

Hi ​@Shrikant Bhosle,

Please refer to the API below.

		WorkflowHelper.service.completeActivity(wfActivity, wfProcess, string, principalReference, string);