@@ -68,9 +68,9 @@ def run_userinput(self, user_apikey, sms="", email="", subflow="", information="
6868 if "shuffle-backend" in frontend_url :
6969 frontend_url = ""
7070
71- explore_path = "%s/workflows /%s/run ?authorization=%s&reference_execution=%s&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
72- frontend_continue_url = "%s/workflows /%s/run ?authorization=%s&reference_execution=%s&answer=true&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
73- frontend_abort_url = "%s/workflows /%s/run ?authorization=%s&reference_execution=%s&answer=false&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
71+ explore_path = "%s/forms /%s?authorization=%s&reference_execution=%s&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
72+ frontend_continue_url = "%s/forms /%s?authorization=%s&reference_execution=%s&answer=true&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
73+ frontend_abort_url = "%s/forms /%s?authorization=%s&reference_execution=%s&answer=false&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
7474 api_continue_url = "%s/api/v1/workflows/%s/execute?authorization=%s&reference_execution=%s&answer=true&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
7575 api_abort_url = "%s/api/v1/workflows/%s/execute?authorization=%s&reference_execution=%s&answer=false&source_node=%s" % (frontend_url , self .full_execution ["workflow" ]["id" ], self .full_execution ["authorization" ], self .full_execution ["execution_id" ], source_node )
7676
0 commit comments