add shared workspace logic

This commit is contained in:
mr
2024-08-12 12:03:58 +02:00
parent 6e3069068c
commit 62e245753b
11 changed files with 493 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ const (
WORKFLOW_EXECUTION
WORKSPACE
RESOURCE_MODEL
PEER
SHARED_WORKSPACE
RULE
)
var Str = [...]string{
@@ -26,6 +29,9 @@ var Str = [...]string{
"workflow_execution",
"workspace",
"resource_model",
"peer",
"shared_workspace",
"rule",
}
func FromInt(i int) string {