OrchardCMS/OrchardCore

Problem with counting in the workflow loop

Open

#6,912 opened on 2020年8月15日

GitHub で見る
 (10 comments) (0 reactions) (0 assignees)C# (2,288 forks)batch import
good first issue

Repository metrics

Stars
 (6,998 stars)
PR merge metrics
 (平均マージ 3d 21h) (30d で 126 merged PRs)

説明

Look at the pictures of my workflow and I put the data I received The number of rotations of the loop must be one less than the size of my array because I started from zero and in JavaScript the arrays start from zero, but when I The end value ="property('data').Time.length-1", my loop counts one less.

02

コントリビューターガイド