Workflow Messaging PatternsWorkflow messaging patternsCopyPatterns for sending data into running Workflows and receiving responses or triggering behavior changes. Signal with StartStarts a Workflow when Signaling it if it does not already exist. If already running, it receives the Signal directly.Request-Response via UpdatesSynchronous request-response with validation. Updates modify state and return results directly.