Speed up approval creation process

Description

Currently this process takes a while even if definition has only one user step.
The longest operation in the process is adding comments with status which includes getting/setting properties etc. (for Confluence). There is at least few calls which can take few seconds.
We can think of ways to optimize it - for example separate these processes and allow to finish approval creation process without waiting for comments to add, let them add afterwards.