Oracle APEX 24.1: Create workflow task, which has to be approved but all users with specific role, before the process resumes
As the topic states, I need to be able to create tasks that must be approved by an unspecified number of users. I have successfully created a task definition which creates as many apex_approval tasks as necessary (by using create action, I loop through all the proper users and create the new instance of task for each of them – in pl/sql code).