File tree 5 files changed +18
-1
lines changed
5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Process Input
27
27
... invalid item. If reporting is enabled, a new output Work Item is created
28
28
... with its post-process info. (items failed to be processed will be retried)
29
29
30
- # Retrieves and validates the input data given the current item in the queue.
30
+ # Retrieve and validate the input data given the current item in the queue.
31
31
${data } = Get Work Item Variable data
32
32
${status } ${message } = Validate Input ${data }
33
33
Original file line number Diff line number Diff line change
1
+ {
2
+ "RPA_WORKITEMS_ADAPTER" : " RPA.Robocorp.WorkItems.FileAdapter" ,
3
+ "RPA_INPUT_WORKITEM_PATH" : " devdata/work-items-out/consumer-input/work-items.json" ,
4
+ "RPA_OUTPUT_WORKITEM_PATH" : " devdata/work-items-out/reporter-input/work-items.json" ,
5
+ "CREATE_REPORT" : " Yes"
6
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "RPA_WORKITEMS_ADAPTER" : " RPA.Robocorp.WorkItems.FileAdapter" ,
3
+ "RPA_INPUT_WORKITEM_PATH" : " devdata/work-items-in/producer-input/work-items.json" ,
4
+ "RPA_OUTPUT_WORKITEM_PATH" : " devdata/work-items-out/consumer-input/work-items.json" ,
5
+ "CREATE_REPORT" : " Yes"
6
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "RPA_WORKITEMS_ADAPTER" : " RPA.Robocorp.WorkItems.FileAdapter" ,
3
+ "RPA_INPUT_WORKITEM_PATH" : " devdata/work-items-out/reporter-input/work-items.json" ,
4
+ "CREATE_REPORT" : " Yes"
5
+ }
You can’t perform that action at this time.
0 commit comments