tarunpandey23 69342d4783
Feat: update generate docs schema (#19372)
* Updated generate_docs_schema

* Updated generate_docs_schema

* Updated generate_docs_schema

* applied generate_docs_schema script

* Revert the changes in this file

---------

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-15 17:46:55 +05:30

1.5 KiB

title slug
workflowSettings /main-concepts/metadata-standard/schemas/configuration/workflowsettings

WorkflowSettings

This schema defines the Workflow Settings.

Properties

Definitions

  • executorConfiguration (object): Cannot contain additional properties.
    • corePoolSize (integer): Default worker Pool Size. The Workflow Executor by default has this amount of workers. Default: 50.
    • maxPoolSize (integer): Maximum worker Pool Size. The Workflow Executor could grow up to this number of workers. Default: 100.
    • queueSize (integer): Amount of Tasks that can be queued to be picked up by the Workflow Executor. Default: 1000.
    • tasksDuePerAcquisition (integer): The amount of Tasks that the Workflow Executor is able to pick up each time it looks for more. Default: 20.
  • historyCleanUpConfiguration (object): Cannot contain additional properties.
    • cleanAfterNumberOfDays (integer): Cleans the Workflow Task that were finished, after given number of days. Default: 7.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.