Interface ProcessMonitoring
- All Known Implementing Classes:
ProcessMonitoringImpl
public interface ProcessMonitoring
Process Monitoring Interface offers services in order to monitor workflows
-
Method Summary
Modifier and TypeMethodDescriptionfindOneProcessWorkflow(String id, Integer tenantId) Gets Process Workflow by operation Id
-
Method Details
-
findOneProcessWorkflow
ProcessWorkflow findOneProcessWorkflow(String id, Integer tenantId) throws WorkflowNotFoundException Gets Process Workflow by operation Id- Parameters:
id- :null not allowedtenantId- Tenant identifier- Returns:
- ProcessWorkflow object
- Throws:
WorkflowNotFoundException- thrown when process workflow not found
-