We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d850fd4 commit 44ba224Copy full SHA for 44ba224
framework/elsa/fit-elsa-react/src/common/Consts.js
@@ -194,7 +194,7 @@ export const DEFAULT_LOOP_NODE_CONTEXT = {
194
name: 'context',
195
type: DATA_TYPES.OBJECT,
196
from: FROM_TYPE.EXPAND,
197
- value: {
+ value: [{
198
id: uuidv4(),
199
name: VIRTUAL_CONTEXT_NODE_VARIABLES.INSTANCE_ID,
200
type: DATA_TYPES.STRING,
@@ -203,5 +203,5 @@ export const DEFAULT_LOOP_NODE_CONTEXT = {
203
referenceKey: VIRTUAL_CONTEXT_NODE_VARIABLES.INSTANCE_ID,
204
referenceNode: VIRTUAL_CONTEXT_NODE.id,
205
value: [VIRTUAL_CONTEXT_NODE_VARIABLES.INSTANCE_ID],
206
- },
+ }],
207
};
0 commit comments