- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.5k
Add $.flow.trigger #13997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add $.flow.trigger #13997
Changes from 2 commits
53da03b
              68c051b
              56bad49
              9d13c0c
              3c2cb8f
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -126,6 +126,10 @@ Unlike the [Node.js equivalent](https://pipedream.com/docs/workflows/steps/trigg | |
| _Don't forget_ to [configure your workflow's HTTP trigger to allow a custom response](/workflows/steps/triggers/#http-responses). Otherwise your workflow will return the default response. | ||
| </Callout> | ||
|  | ||
| ## Invoke another workflow | ||
|  | ||
| This is currently not supported in Python steps. However, you can invoke another workflow using Node.js steps. For more information, see [Invoke another workflow in Node.js](/code/nodejs#invoke-another-workflow). | ||
|          | ||
|  | ||
| ## Sharing data between steps | ||
|  | ||
| A step can accept data from other steps in the same workflow, or pass data downstream to others. | ||
|  | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd recommend making this a bit more structured and add a full code example like in other docs, e.g.
You can invoke another workflow in your workspace with
$.flow.trigger:Find your workflow's ID here.
This invokes the workflow directly — you don't need to configure a trigger, and the request does not leave the platform.