Skip to content

share context #21361

@stacktick

Description

@stacktick

How would I go about creating an orchestration workflow where called workflows have access to the original prompt?

on:
  workflow_dispatch:
  issues:
    types: [opened, reopened]
...
safe-outputs:
  dispatch-workflow:
    workflows: [create-document-worker, write-code-worker]
    max: 10

Above is an example of a workflow triggered from someone creating an issue, I want to pass the issue contents to the write-code-worker

If you could point me in the write direction that would be much appreciated.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions