Is it possible to programmatically advance a wizard step?

Hi,

On project creation, we provide a link to an external site to do an oauth authorization. I currently am intercepting the redirect on successful authorization and would like to programmatically advance at this point. Is this possible?

 

Thanks

0

Yes, you can invoke WizardContext.requestNextStep().

0

请先登录再写评论。