Posted Thu, 27 Sep 2018 04:39:36 GMT by

Can someone tell me where I can find translations for database codes? For example, I am looking for English descriptions for the numeric codes CompletionState, ResourceType, LinkType, ItemType, ConstructType and ResultCode.

 

Posted Thu, 27 Sep 2018 23:40:12 GMT by

It's not documented that I know of.  But below are the ones you are requesting.  You can also find these in the enums.ps1 file in the AutoMatePS PowerShell module.

CompletionState:
In Development = 0
Testing = 1
Production = 2
Archive = 3
 
LinkType
Success = 2
Failure = 3
Result = 4
 
ResultCode
Success = 1
Failure = 2
Aborted = 3
Stopped = 4
 
ResourceType/ConstructType/ItemType
Folder = 1
Task = 2
Workflow = 3
Condition = 4
Agent = 8
User = 10
Agent Group = 11
User Group = 12
Evaluation = 13
Wait = 19
Workflow Property = 23
Agent Property = 24
Task Property = 25
Process = 40
Workflow Item Property = 46
Posted Fri, 28 Sep 2018 00:32:08 GMT by

Thank you, David.

You must be signed in to post in this forum.