Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserializeExportedWorkflows ¶
func DeserializeExportedWorkflows(bytes []byte) (*export.WorkflowExecutions, error)
DeserializeExportedWorkflows deserializes a byte array into a WorkflowExecutions object. This is useful for programmatically processing workflow histories
func FormatWorkflow ¶
func FormatWorkflow(workflow *export.WorkflowExecution) string
FormatWorkflow converts an exported workflow execution into a friendly, human-readable string
func GetExportedWorkflowInformation ¶
func GetExportedWorkflowInformation(workflow *export.WorkflowExecution) (string, error)
GetExportedWorkflowInformation returns a string containing the workflow ID, run ID, and workflow type
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.