Because a workflow has a configuration in it's `toml` like this: ``` [[workflows]] name = "workflow-

Because a workflow has a configuration in it's toml like this:
[[workflows]]
name = "workflow-a"
binding = "WORKFLOW_A"
class_name = "WorkflowA"

But if workflow B needs to have a binding in workflow A, where does that binding go? Just another
[[workflows]]
entry? If so, that seems to fail as it would expect the class_name reference to exist in workflow A's index.
Was this page helpful?