You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`flow ${TEST_IDS.flowId} with flowVersion ${TEST_IDS.flowVersionId} with step id ${TEST_IDS.currentStepId}`,
546
537
],
547
-
[
548
-
'basic fields with currentStepName',
549
-
{
550
-
flowId: TEST_IDS.flowId,
551
-
flowVersionId: TEST_IDS.flowVersionId,
552
-
currentStepName: TEST_IDS.currentStepName,
553
-
},
554
-
`flow ${TEST_IDS.flowId} with flowVersion ${TEST_IDS.flowVersionId} with step name "${TEST_IDS.currentStepName}"`,
555
-
],
556
-
[
557
-
'all fields including step info',
558
-
{
559
-
flowId: TEST_IDS.flowId,
560
-
flowVersionId: TEST_IDS.flowVersionId,
561
-
runId: TEST_IDS.runId,
562
-
currentStepId: TEST_IDS.currentStepId,
563
-
currentStepName: TEST_IDS.currentStepName,
564
-
},
565
-
`flow ${TEST_IDS.flowId} with flowVersion ${TEST_IDS.flowVersionId} with run ${TEST_IDS.runId} with step id ${TEST_IDS.currentStepId} with step name "${TEST_IDS.currentStepName}"`,
0 commit comments