You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Trigger another Pipedream workflow in your workspace for each object in an array.",
7
+
version: "0.0.1",
8
+
type: "action",
9
+
props: {
10
+
helperFunctions,
11
+
workflowId: {
12
+
type: "string",
13
+
label: "Workflow ID",
14
+
description: "The ID of the workflow to trigger. Workflow IDs are formatted as `p_******` and you can find a workflow's ID within the workflow builder URL.",
15
+
},
16
+
objects: {
17
+
type: "any",
18
+
label: "Array of Objects",
19
+
description: "Use a custom expression (`{{steps.code.objects}}`) to reference an array of objects exported from a previous step to send to the triggered workflow.",
0 commit comments