Francisco Javier Tirado Sarti
Francisco Javier Tirado Sarti
Changes the way changes over json node are reported. Draft: Merge procedure will have to be changed. one of the issues is that with this change a lot of detailed...
There were two options to support this, either change the interface from single instance to iterable or consolidate the iterable information into one instance. The second is less intrusive, in...
As part of the issue described in the JIRA, it is clear that, although a message with dataoutput association is not expected to work in Kogito, users deserve a clearer...
**Many thanks for submitting your Pull Request :heart:!** **Please specify parts of this PR update:** - [x] Specification - [ ] Schema - [ ] Examples - [ ] Extensions...
**What seems off**: ForEach state defines an iterationParam _"The iterationParam property defines the name of the iteration parameter passed to each iteration of the ForEach state. It should contain the...
As per spec "_The functions property can be either an in-line [function](https://github.com/serverlessworkflow/specification/blob/main/specification.md#Function-Definition) definition array, or an URI reference to a resource containing an array of [functions](https://github.com/serverlessworkflow/specification/blob/main/specification.md#Function-Definition) definition. Referenced resource can...
This allows implementors to impose restrictions on expression support for auth definition without affecting their compliance to the standard. **Many thanks for submitting your Pull Request :heart:!** **Please specify parts...
**What would you like to be added**: In Auth Definition section, explicitly mention that users, rather than hardcode the password string, can use $SECRET (afaik, $SECRET usage is restricted to...
Fixing native build failing in load class. This avoid that issue by taking the class from the object being cloned.
Many thanks for submitting your Pull Request :heart:! Please make sure that your PR meets the following requirements: - [ ] You have read the [contributors guide](CONTRIBUTING.md) - [ ]...