I want to authorize a group für a simple submit but it seems not to working like this.
I also was thinking about to do a approval for the state so I can authorize a group in it but I dont want the reject button in this place. Is there any option or solution for this workaround?
Here is my Workflow:
{workflow:name=Trigger Configurable Header simple|key=spaceworkflow-<key>}
{pageheader:visibility=all}
{get-metadata:Page Header}
{pageheader}
{state:In Progress|description=<description>|submit=Review}
{state}
{state:Review|approved=Approved|colour=#0052CC|description=<description>|rejected=In Progress|taskable=true|updated=In Progress}
{approval:Approved|assignable=true|group=<group>}
... (a lot of more code)
Is there any solution to authorize a group for a submit OR to remove the rejectbutton? Both are solutions for me. Thanks a lot.