Routing from a process workflow to different userview according to response returned

Confluence User - 03 Jun, 2021

Hi, currently i have a process workflow that ends after calling a json API. According to the response of the API returned, I need to route the user to different userviews. I am using userview because I need to use the theme in userview which allow users to view the sidemenu. As I know there is no way to map userview into process activity. 

From the run process I can set url redirect after process end but is there any ways to do routing conditionally based on response.

userviews;process

1


03 Jun, 2021
confluenceUser
confluenceUser

Map to an activity that opens up a Joget form. In the form, add custom HTML, use javascript to navigate to where you want.

<script>
window.location = "goElseWhere.com";
</script>
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print