pub type WorkflowRunHandleScope = WorkflowRunReadScope;Expand description
Compatibility alias for the former handle-only scope name.
Handles now use WorkflowRunReadScope so their status, run, and result
reads share the same visibility model as the public workflow read APIs.
Aliased Type§
pub enum WorkflowRunHandleScope {
Global,
Organization(Uuid),
Admin,
}