my context workflow doesnt get call by my other component
Jehex
11 days ago
Hi there, would like to know why my context workflow is not " call " but a component from a different parent who share the same " level" , sorry if it's not clear I tried to make a schema. Is it possible to call a workflow from here ? Thanks
Jay Campbell
11 days ago
To use context, the one calling it has to be a child of the provider. Since a2 is not in b2, it can never call it.