Skip to content

Commit f771466

Browse files
authored
Update baseurl construction to include parent_node
1 parent 2829506 commit f771466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shuffle-ai/1.1.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def run_schemaless(self, category, action, app_name="", fields=""):
569569

570570
#baseurl = "%s/api/v1/apps/categories/run" % self.base_url
571571
baseurl = "%s/api/v1/apps/categories/run" % self.url
572-
baseurl += "?execution_id=%s&authorization=%s" % (self.current_execution_id, self.authorization)
572+
baseurl += "?execution_id=%s&authorization=%s&parent_node=%s" % (self.current_execution_id, self.authorization, self.action.id)
573573

574574
self.logger.info("[DEBUG] Running schemaless action with URL '%s', category %s and action label %s" % (baseurl, category, action))
575575

0 commit comments

Comments
 (0)