OrchardCMS/OrchardCore

Problem with counting in the workflow loop

Open

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

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

説明

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

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