copy resource in workflow

This commit is contained in:
mr
2024-07-30 12:08:13 +02:00
parent 250fefd0d8
commit 5405e91167
20 changed files with 194 additions and 33 deletions

View File

@@ -12,6 +12,7 @@ const (
WORKFLOW
WORKFLOW_EXECUTION
WORKSPACE
RESOURCE_MODEL
)
var Str = [...]string{
@@ -24,6 +25,7 @@ var Str = [...]string{
"workflow",
"workflow_execution",
"workspace",
"resource_model",
}
func FromInt(i int) string {