-
Change workflow attribute value from outside workflow instance
Hello, I'm still green to to OScript, so I'm not sure if what I'm asking is possible. What I'm doing: I have a dashboard-style Webreport that lists all instances of a workflow that are on a particular step. These workflow instances are grouped into to two tables based on the value of one of the workflow's attributes (set…
-
Getting a list of group names for a user in OScript (querying OTDS)
I have a custom OScript REST API and I need to check the group membership of the user as I want to limit access to the API to a specific group. The group is available in the connected OTDS instance. Is there sample code to do this?
-
Avoiding subtypes ID collison when creating a new Volume
Hi Folks, I am trying to create a new volume in Content Server, and it looks like what we need is just: Object llNode = $LLIAPI.LLNodeSubsystem.GetItem( TheIDOfTheVolume )
llnode.NodeAlloc( session, TheNameOfTheVolume) But this is assuming that we already know the ID of the volume. The thing about this ID, is that 0 to…