-
Feature Request
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
Context
The Variable Manager is part of camunda-bpm-sdk-js and helps to handle variables in Tasklist
Problem
The documentation is not very elaborate about the Variable Manager: Mostly code examples are shown
Solution
Provide more in-depth documentation about the variable manager:
- Explain how to set transient variables
- Difference between $scope.complete() and $scope.camForm.submit()
- Can the variable manager be used outside the form lifecycle context? (e.g., to directly set variables)
Hints
Please find below the existing documentation about the variable manager:
Hi StephenOTT,
Thank you for reaching out to us with this request.
Could you clarify which CamSDK API you want to use to set transient variables? The endpoints which allow setting variables should already support the transient feature out of the box.
Please see the example below:
Where would you expect reading documentation about how to use the transient feature together with sdk-js?
Best,
Tassilo