Endpoint
Overview
Publishing enables the recurrence scheduler for a template. The request must include both the recurrence schedule configuration and the account iteration mode that should be used by the scheduler.Request Body
Template ID to publish.
Recurrence schedule definition. Use the
ScheduleConfig type exported by the
npm package for the exact shape.Scheduler account iteration settings. Pass
null when the workflow does not
use account iteration.Response
Returns
null on success.