6 lines
220 B
Go
6 lines
220 B
Go
// Package workflow provides types for the Mistral workflows API.
|
|
//
|
|
// Workflows support orchestrating multi-step processes with execution
|
|
// management, scheduling, event streaming, and observability.
|
|
package workflow
|