Workflows in the Non EMS license are primarily for moving page editing along certain steps. What you want is more along the lines of marketing automation that comes with the EMS.
https://docs.kentico.com/k10/on-line-marketing-features/configuring-and-customizing-your-on-line-marketing-features/configuring-marketing-automation
That being said, you don't need to use the marketing automation, but you may need to register a couple custom global event hooks depending if you need to automatically create this approvable content.
Create your form and use the Email Notification to send an email to the manager of the request. Then from there you would have to be more specific, if it's just something along the line of "If you approve this request, create a concrete page" then just include that in the email and the manager can sign in and create the page himself, if you need to automate it then you can catch the BizForm form submission event, check if it's your Concrete approval step, and then use Kentico's API to make an "unapproved" concrete page, and then the manager can go and approve it or what not.