Skip to content

Commit

Permalink
Update serverlessworkflow/modules/ROOT/pages/use-cases/advanced-devel…
Browse files Browse the repository at this point in the history
…oper-use-cases/integrations/custom-functions-python.adoc

Co-authored-by: Kalyani Desai <[email protected]>
  • Loading branch information
fjtirado and kaldesai committed Mar 20, 2024
1 parent 768c325 commit 33ce8cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can also invoke functions from standard or custom python modules.

You must define a serverless workflow function definition that invokes the Python function. You should specify, within the `operation` property, the name of the Python module and function to be invoked when the function is called. You should separate the module name and the function name using `::` and prefix them with `services::python:`

The following example defines a function that invokes standard python function link:https://www.geeksforgeeks.org/python-math-factorial-function/[math.factorial(x)]
The following example defines a function that invokes a standard Python function link:https://www.geeksforgeeks.org/python-math-factorial-function/[math.factorial(x)]
[source,json]
----
"functions" : [ {
Expand Down

0 comments on commit 33ce8cb

Please sign in to comment.