Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
8 subscribers
Views
1137 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi All, I have a question related to batchSize of a grid. I'
Mihai-Octavian Tudose
Certified Lead Developer
over 9 years ago
Hi All,
I have a question related to batchSize of a grid.
I'm inside a Task where I have a gridField, now through using fn!startprocesswrite() I am passing the grid columns as text arrays parameters to a process model.
How can I achieve the following behavior, keeping a fixed batchSize of let's say 10 rows, in case my grid has a totalCount greater than 10 when I pass the columns to the PM I want my to pass all the data in the dataSubset not just the current batchSize.
Many thanks,
Mihai.
OriginalPostID-175441
OriginalPostID-175441
Discussion posts and replies are publicly visible
Parents
0
Stefan Helzle
A Score Level 3
over 9 years ago
You would have to query the data again with a batchsize of -1 when pass the data to the process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Stefan Helzle
A Score Level 3
over 9 years ago
You would have to query the data again with a batchsize of -1 when pass the data to the process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data