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 33ce8cb commit bfbdcbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Once you have defined the function, you might call it passing the expected argum
}
----

The return value of the function can be handled as any other function result using `actionDataFilter.toStateData` Serverless Workflow construct. The following will set a workflow model property called `result` with the factorial invocation returned value.
The return value of the function can be handled as any other function result using the `actionDataFilter.toStateData` Serverless Workflow construct. The following will set a workflow model property called `result` with the factorial invocation returned value.

[source,json]
----
Expand Down

0 comments on commit bfbdcbd

Please sign in to comment.