Skip to content

Commit cbdf4e0

Browse files
GitHub Actionsjmagak
authored andcommitted
Update bulk import
1 parent de65b8d commit cbdf4e0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

modules/importing-repositories/procedure-data-handoff-and-custom-workflow-design.adoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
When you configure the Bulk Import plugin by setting the importAPI field to `scaffolder`, the Bulk Import Backend ensures all necessary context is passed directly to the Scaffolder API.
88

99
Your control over input data:: The Orchestrator workflow receives the input data required to automate processing for every selected repository. The payload includes, at minimum, the complete list of repository URLs and the user identity.
10-
+
11-
[source,yaml]
12-
----
13-
{
14-
"repositories": [
15-
"[https://github.com/my-org/repo-a](https://github.com/my-org/repo-a)",
16-
"[https://github.com/my-org/repo-b](https://github.com/my-org/repo-b)",
17-
"[https://github.com/my-org/repo-c](https://github.com/my-org/repo-c)"
18-
],
19-
"userId": "user:default/janedoe",
20-
// The 'userId' is critical for auditing, applying permission checks, and defining entity ownership within your custom workflow logic.
21-
}
22-
----
2310

2411
As an administrator, you can define the Scaffolder template workflow and structure the workflow to do the following:
2512

0 commit comments

Comments
 (0)