| Package | Description |
|---|---|
| ee.telekom.workflow.facade |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstanceState |
WorkflowEngineFacade.findWorkflowInstance(long woinRefNum,
Boolean isActive)
Finds a workflow instance with the given refNum using the given hint whether the
workflow instance is active.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInstanceState> |
WorkflowEngineFacade.findWorkflowInstances(SearchWorkflowInstances request)
Finds any workflow instance that satisfied the complex search request.
|
List<WorkflowInstanceState> |
WorkflowEngineFacade.findWorkflowInstancesByLabel1(String label1,
boolean activeOnly)
Finds any workflow instance with the given label1.
|
List<WorkflowInstanceState> |
WorkflowEngineFacade.findWorkflowInstancesByLabels(String label1,
String label2,
boolean activeOnly)
Finds any workflow instance with the given label1.
|
Copyright © 2017. All rights reserved.