Workflow.work_request_ensure_child_workflow: create children in BLOCKED state
In view of applying task configuration when a task moves to PENDING state, and this currently causing issues because child workflows are created PENDING at a time when it's too early to configure them, the idea is to explore creating child workflows in BLOCKED state like other work_request_ensure_child_*
methods, and mark them pending once they are ready to be run.