Event in Temporal
I have a use case where an event triggered within an activity can initiate multiple workflows. These workflows may be executed within the same microservice or across different microservices.
How to create a Child Workflow same as Parent Workflow type
I have a requirement to develop workflows that maintain Tree structure, which means Parent workflow can have any number of child workflows and child workflows also can have any number of child workflows and so on. The type of workflow is the same for both parent and childs. This what I have tried so far
Why are my temporal signals not getting encrypted?
We’ve encountered an unexpected behavior with Temporal signals that are not being encrypted, despite implementing a custom encryption algorithm within our data converter. This converter has been reliably encrypting and decrypting payload data, with the exception of a few signals.
Stub not able to connect Temporal server
I am trying to submit Temporal workflow using a springboot application, and i am using docker compose.