1

Clarity feature request - task post-actions sequence option

Hello,

Clarity runs post-actions in parallel, which is understood when we want to send files to BIM36, FTP and Google Drive. But there are scenarios when post-action should be performed one after another. For example, after generating files with Clarity I need to do the following:

1. Delete old files in the target network folder.
2. Move the generated file to the target folder.
3. Rename files according client requirements.
4. Send files to shared location.

The post-action should be performed in the given sequence. With the current parallel running the Clarity can delete the newly generated files in the target folder and do other unexpected things, because the post-actions run in random sequence in parallel.

We need an an option in task parameters:
     [ ] Run post-actions in given sequence

BTW, it would be nice to move the post-actions to change the sequence. Now to insert a post-action I need to delete all the items following after it, input the new post-action and add all deleted ones.

Thank you.
E.K.