File tree Expand file tree Collapse file tree 4 files changed +36
-37
lines changed
Strings/resources.resjson/en-US Expand file tree Collapse file tree 4 files changed +36
-37
lines changed Original file line number Diff line number Diff line change 22 "loc.friendlyName": "Delay",
33 "loc.helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=825235)",
44 "loc.description": "Delay further execution of the workflow by a fixed time.",
5- "loc.instanceNameFormat": "Delay for $(delayForMinutes) minute(s) ",
6- "loc.input.label.delayForMinutes": "Delay in minutes",
7- "loc.input.help.delayForMinutes": "Delay in minutes",
5+ "loc.instanceNameFormat": "Delay by $(delayForMinutes) minutes ",
6+ "loc.input.label.delayForMinutes": "Delay Time ( minutes) ",
7+ "loc.input.help.delayForMinutes": "Delay the execution of the workflow by specified time in minutes."
88}
Original file line number Diff line number Diff line change 66 "helpMarkDown" : " [More Information](http://go.microsoft.com/fwlink/?LinkID=825235)" ,
77 "category" : " Utility" ,
88 "visibility" : [
9- " Build" ,
109 " Release"
1110 ],
1211 "author" : " Microsoft Corporation" ,
1615 "version" : {
1716 "Major" : 1 ,
1817 "Minor" : 0 ,
19- "Patch" : 0
18+ "Patch" : 1
2019 },
2120 "inputs" : [
2221 {
2322 "name" : " delayForMinutes" ,
2423 "type" : " string" ,
25- "label" : " Delay minutes (minutes)" ,
24+ "label" : " Delay Time (minutes)" ,
2625 "defaultValue" : " 0" ,
2726 "required" : true ,
2827 "helpMarkDown" : " Delay the execution of the workflow by specified time in minutes."
Original file line number Diff line number Diff line change 11{
2- "id" : " 28782B92-5E8E-4458-9751-A71CD1492BAE" ,
3- "name" : " Delay" ,
4- "friendlyName" : " ms-resource:loc.friendlyName" ,
5- "description" : " ms-resource:loc.description" ,
6- "helpMarkDown" : " ms-resource:loc.helpMarkDown" ,
7- "category" : " Utility" ,
8- "visibility" : [
9- " Release"
10- ],
11- "author" : " Microsoft Corporation" ,
12- "runsOn" : [
13- " Server"
14- ],
15- "version" : {
16- "Major" : 1 ,
17- "Minor" : 0 ,
18- "Patch" : 0
19- },
20- "inputs" : [
21- {
22- "name" : " delayForMinutes" ,
23- "type" : " string" ,
24- "label" : " ms-resource:loc.input.label.delayForMinutes" ,
25- "defaultValue" : " 0" ,
26- "required" : true ,
27- "helpMarkDown" : " ms-resource:loc.input.help.delayForMinutes"
28- }
29- ],
30- "instanceNameFormat" : " ms-resource:loc.instanceNameFormat" ,
31- "execution" : {
32- "Delay" : {}
2+ "id" : " 28782B92-5E8E-4458-9751-A71CD1492BAE" ,
3+ "name" : " Delay" ,
4+ "friendlyName" : " ms-resource:loc.friendlyName" ,
5+ "description" : " ms-resource:loc.description" ,
6+ "helpMarkDown" : " ms-resource:loc.helpMarkDown" ,
7+ "category" : " Utility" ,
8+ "visibility" : [
9+ " Release"
10+ ],
11+ "author" : " Microsoft Corporation" ,
12+ "runsOn" : [
13+ " Server"
14+ ],
15+ "version" : {
16+ "Major" : 1 ,
17+ "Minor" : 0 ,
18+ "Patch" : 1
19+ },
20+ "inputs" : [
21+ {
22+ "name" : " delayForMinutes" ,
23+ "type" : " string" ,
24+ "label" : " ms-resource:loc.input.label.delayForMinutes" ,
25+ "defaultValue" : " 0" ,
26+ "required" : true ,
27+ "helpMarkDown" : " ms-resource:loc.input.help.delayForMinutes"
3328 }
29+ ],
30+ "instanceNameFormat" : " ms-resource:loc.instanceNameFormat" ,
31+ "execution" : {
32+ "Delay" : {}
33+ }
3434}
You can’t perform that action at this time.
0 commit comments