Skip to content

Commit

Permalink
Added check_result to subflow to force it
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Dec 18, 2023
1 parent 879ff7f commit 1e4d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shuffle-subflow/1.1.0/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def run_userinput(self, user_apikey, sms="", email="", subflow="", information="

return json.dumps(result)

def run_subflow(self, user_apikey, workflow, argument, source_workflow="", source_execution="", source_node="", source_auth="", startnode="", backend_url=""):
def run_subflow(self, user_apikey, workflow, argument, source_workflow="", source_execution="", source_node="", source_auth="", startnode="", backend_url="", check_result=""):
#print("STARTNODE: %s" % startnode)
url = "%s/api/v1/workflows/%s/execute" % (self.url, workflow)
if len(self.base_url) > 0:
Expand Down

0 comments on commit 1e4d442

Please sign in to comment.