-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Currently, to set initial value of variables in a process, you either need to send the initial values when you create the process or you need to use a Script element with kcontext. The Script element with kcontext does not come naturally to a user, and there are cases where the variable is internal to the process that end users do not care about (plus it gives them the ability to cause havoc if they set it to the wrong value). As such, it will be useful to be able to set the initial value of the process' variables in a start node (perhaps in the output section)? There is a chance BPMN do not have this functionality in a spec, so we might need to use an extension (https://stackoverflow.com/a/38453759)