Workflow result codes
The following table contains the possible result codes for Workflow:
Result Code |
Workflow Result |
Description |
---|---|---|
0 |
None |
Undefined. |
1 |
Success |
The operation completed successfully. |
2 |
GenericFailure |
A nondescript failure has occurred. |
3 |
TicketDoesNotExist |
The referenced ticket does not exist. |
4 |
InsufficientPrivileges |
The calling party does not have permissions to perform the operation. |
5 |
BadArguments |
Invalid arguments were passed to the method. |
6 |
ObjectDoesNotExist |
The workflow failed to attach to the Object DN because it does not exist. |
7 |
RemoteError |
A remote request failed. See Error property for details |
8 |
WorkflowObjectDoesNotExist |
The workflow object does not exist. |