BusinessWorks - Synchronous Process Component

BW Process Components provide the following ways to respond to plan item execute requests:
  • Sync_Confirm
  • Sync_NoConfirm

Sync_Confirm

Process components post PlanItemExecuteResponse on Orchestrator and then send confirmation on REST response.

Sync_NoConfirm

Process components directly send planItemExecuteResponse on REST response.

Note: Both BusinessWorks and Java process components provide similar implementations.