Would be very useful to have a way to call a webhook once a task is created and pending approval.
Since once a task is assigned the workflow pauses until the task is completed (general behaviour) it would be good to have an option in the task configuration to trigger something outside that workflow, e.g. a webhook.
A case study is if we need to know the task ID of a recently created task:
An API call would rarely be real time, a parallel action is a lot of extra work (mostly if you want to apply the logic to all your existing and future processes). Having a field that allows a webhook call would easily solve the problem.