Uses of Interface
com.orchestranetworks.workflow.ProcessInstanceComment
-
Packages that use ProcessInstanceComment Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ProcessInstanceComment in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return types with arguments of type ProcessInstanceComment Modifier and Type Method Description List<ProcessInstanceComment>WorkflowEngine. getProcessInstanceComments(ProcessInstanceKey aProcessInstanceKey)Returns the comments of the specified workflow.
-