Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions modules/serverless-rn-1-37-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@

* The Func MCP server is now available as a Developer Preview feature.

[id="new-features-osl-1-37-0_{context}"]
=== {ServerlessLogicProductName}

* {ServerlessLogicProductName} introduces a new data index mutation named `ExecuteAfter`, which enables you to create and execute a new workflow instance that can reuse the output of a previously completed workflow as its input.
+
The `ExecuteAfter` mutation accepts the following arguments:
+
** `processId`: Specifies the process ID of the workflow definition to execute.
** `processVersion`: Specifies the process version of the workflow definition to execute.
** `completedInstanceId` (optional): Specifies the ID of a previously completed workflow whose output serves as input for the new workflow instance.
** `input` (optional): Specifies the additional input data, which the system merges with the output of the `completedInstanceId`, if you provide it.
** `excludeProperties` (optional): Specifies the list of properties that the system does not copy from the `completedInstanceId` output into the new workflow instance input.

* {ServerlessLogicProductName} container images now use the {op-system-base} UBI 9 parent image, aligning the {ServerlessLogicProductShortName} components with the {op-system-base} 9 runtime environment.

[id="fixed-issues-1-37-0_{context}"]
== Fixed issues

Expand Down Expand Up @@ -92,3 +107,10 @@ kn: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by kn)
----

* As of {ServerlessProductName} 1.37 release, the `kn` client binary downloaded from the *Command Line Tools* page in the {ocp-product-title} web console is not signed with the Red{nbsp}Hat certificate for macOS and Windows platforms. This issue affects the binaries available directly through the {ocp-product-title} console. To obtain properly signed binaries, download them from the link:https://mirror.openshift.com/pub/cgw/serverless/[Official OpenShift Serverless downloads mirror] instead.

[id="known-issues-osl-1-37-0_{context}"]
=== {ServerlessLogicProductName}

* In disconnected cluster environments, the `logic-swf-builder-rhel8` image always attempts to download the `plexus-utils-1.1.jar` dependency during the build process. Because external network access is restricted in disconnected setups, this behavior can cause build failures or timeouts.

* If you apply a `SonataFlow` custom resource (CR) to an OpenShift cluster and the first `SonataFlowBuild` fails for any reason, the Operator does not create the workflow deployment even after the build issue is resolved. As a result, the workflow remains undeployed until you manually re-apply or rebuild it.