Hi,
It is best practice to design your application, so that users don't have to access the IDE (the Adobe FLEX - Flash environment).
This means, tasks list and workflow entry points should be created as Web Interface.
There are documentations on how to create those in the user guide, should be helpful.
You should do the following:
1. Design home-page (list of workflows) and task list (each task waiting for the user). You can try out the Task basket feature too.
2. Set that home-page as you custom home page (Account>Configuration>Custom homepage). *after you set this, if you need IDE, go to
portal.runmyprocess.com/ide.
3. Only allow administrators to access IDE. This, you can go to Account> Users, and for each non-Admin user, check "Do not access IDE".
4. If a user was able to delete a WI instance, he/she must have been Supervisor. This rights should be only given to admin type of person. For all users who are just workflow users, give User and Observer rights in the project access rights tab.
This will prevent the same issue happening again.
Lastly about the logs.
You can see who logged on with request like this:
Accept: application/json
And there is another log feed for all requests, but there is no data accessible for who did each action in the IDE.
Best regards,
Taka