This is an automated email from the ASF dual-hosted git repository.
fjtiradosarti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new c9527920c Adding Python prerequisites (#743)
c9527920c is described below
commit c9527920cb5b4f1404d7c6ff7289583dbd0f507e
Author: Francisco Javier Tirado Sarti
<[email protected]>
AuthorDate: Tue Dec 16 13:52:32 2025 +0100
Adding Python prerequisites (#743)
Signed-off-by: fjtirado <[email protected]>
---
.../integrations/custom-functions-python.adoc | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
index 3202135b0..36a799ff1 100644
---
a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
@@ -18,6 +18,9 @@ To enable Python support, you must add the Python add-on
dependency to your {pro
</dependency>
----
+.Prerequisites
+It is required that `Python` interpreter is included on operating system
`PATH` and that link:https://pypi.org/project/jep/[JEP] library has been
installed by running `pip install jep`
+
== Invoking embedded Python script.
{product_name} supports the execution of Python script in the same memory
address as the running workflow.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]