Skip to content

Commit fa1b96c

Browse files
committed
Minor fix for subflow with shuffle-backend
1 parent 3f3cc6d commit fa1b96c

File tree

2 files changed

+3
-0
lines changed
  • active-directory/1.0.0/src
  • shuffle-subflow/1.1.0/src

2 files changed

+3
-0
lines changed

active-directory/1.0.0/src/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
MODIFY_REPLACE,
88
ALL_ATTRIBUTES,
99
)
10+
1011
from ldap3.extend.microsoft.addMembersToGroups import ad_add_members_to_groups as addUsersInGroups
1112
from ldap3.extend.microsoft.removeMembersFromGroups import ad_remove_members_from_groups as removeUsersFromGroups
1213

shuffle-subflow/1.1.0/src/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def run_userinput(self, user_apikey, sms="", email="", subflow="", information="
6565
frontend_url = "https://shuffler.io"
6666
if "ngrok" in frontend_url:
6767
frontend_url = ""
68+
if "shuffle-backend" in frontend_url:
69+
frontend_url = ""
6870

6971
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)
7072
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)

0 commit comments

Comments
 (0)