Hi there.
Sometimes there is a business scenario you need to make some actions more user friendly (quick). For example, if someone approves many tasks, you don't want him to open every task and click the approve (submit) option. I want to give the approver an option to submit from a site (not an input form). So I have in mind grid or list of his tasks and he can click "approve" or "reject" button in each line (instead of opening each task and click tehre). Is this possible in Appian?
Discussion posts and replies are publicly visible
I am assuming that your tasks are Process Backed and not DB backed, which makes this requirement even more difficult.
So this is what I would do - Execute Complete Task smart service in a loop in a process that submits all of these tasks one-by-one
I would like to approve only one task at a time. If I click the approve button in a grid, this task should be completed.
Then you can add a buttons in a dedicated column of the grid, and execute this smart service in the button's saveInto