OKMWorkflow
From OpenKM Documentation
Revision as of 16:17, 15 September 2010 by Pavila (talk | contribs) (Created page with '{{TOCright}} __TOC__ Methods related to workflow creation and management. == void registerProcessDefinition(String token, byte[] pda) == Login into the repository and gets a t…')
Methods related to workflow creation and management.
void registerProcessDefinition(String token, byte[] pda)
Login into the repository and gets a token with user info for future API invocations
Parameters
- token - The session authorization token.
- pda - Byte array where process definition can be readed.
Returns
- None.
Throws
- ParseException - If there is a problem
- RepositoryException - If authorization fails.
- DatabaseException - If there is an error accessing to repository.
- WorkflowException -