mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
fix: scope workflow run to org rather than user
This commit is contained in:
parent
4989bab1e9
commit
43737c67dc
29 changed files with 218 additions and 158 deletions
|
|
@ -6121,12 +6121,7 @@ export type UpdateWorkflowRequest = {
|
|||
template_context_variables?: {
|
||||
[key: string]: unknown;
|
||||
} | null;
|
||||
/**
|
||||
* Workflow Configurations
|
||||
*/
|
||||
workflow_configurations?: {
|
||||
[key: string]: unknown;
|
||||
} | null;
|
||||
workflow_configurations?: WorkflowConfigurationDefaults | null;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue