diff --git a/docs/source/user_guide/configuration_options.rst b/docs/source/user_guide/configuration_options.rst index 3e64bc50b..3de8831a3 100644 --- a/docs/source/user_guide/configuration_options.rst +++ b/docs/source/user_guide/configuration_options.rst @@ -824,6 +824,33 @@ Work Kubernetes work-kubernetes: - worktype: cat + + + +^^^^^^^^^^^ +Work Python +^^^^^^^^^^^ +.. list-table:: Work Python [DEPRECATION WARNING] This option is not currently being used. This feature will be removed from receptor in a future release + :header-rows: 1 + :widths: auto + + * - Parameter + - Description + - Default value + * - ``config=`` + - Plugin-specific configuration + - No default value. + * - ``function=`` + - Receptor-exported function to call (required) + - No default value. + * - ``plugin=`` + - Python module name of the worker plugin (required) + - No default value. + * - ``worktype=`` + - Name for this worker type (required) + - No default value. + + ^^^^^^^^^^^^ Work Signing ^^^^^^^^^^^^