Third-Party Service
When configuring an execution action, you can Select a successfully registered third-party service. Then assign the return value of the third-party service to a process variable.The third-party service must be registered first. For details, see Service Registration.
Groovy Settings
You can assign values to process variables through Groovy Settings. Enter the correct process variable name and write the value to be assigned in the execution script.- The variable must be defined in the process Attribute.
- Quotes must be added when assigning a string, for example “HelloWorld”.
Execution Action Configuration Instructions
If the callback interface is an HTTP interface, it must meet the following requirements:- The HTTP method must be POST.
- Request parameters must be placed in the RequestBody.
- uuid is a system keyword and cannot be used.
- If a SHA256 Signature key is used during service registration, the callback parameter __hmacSha256 must be added.
- md5 is the default Signature method added by the service callback. If no key is set during service registration, the system’s default key is used for signing. If a key is set, the configured key is used for signing, and the callback parameter is sign.