@camunda/play 5.1.1-rc.6 → 5.1.1-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6638,7 +6638,7 @@ class tWe {
|
|
|
6638
6638
|
this.state.status = "moving-token", this.state.sourceFlowNodeIdForMoveOperation = e, this.state.sourceFlowNodeInstanceKeyForMoveOperation = t ?? null;
|
|
6639
6639
|
};
|
|
6640
6640
|
moveToken = async (e, t) => {
|
|
6641
|
-
if (
|
|
6641
|
+
if (e !== void 0) {
|
|
6642
6642
|
const n = Ui.state.elementInstances.filter(
|
|
6643
6643
|
({ state: o, flowNodeId: a }) => !["COMPLETED", "TERMINATED"].includes(o) && a === this.state.sourceFlowNodeIdForMoveOperation
|
|
6644
6644
|
).map(({ key: o }) => ({
|