| Modifier and Type | Method and Description |
|---|---|
WorkflowExecuteThread |
ProcessInstanceExecCacheManager.getByProcessInstanceId(int processInstanceId)
get WorkflowExecuteThread by process instance id
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowExecuteThread> |
ProcessInstanceExecCacheManager.getAll()
get all WorkflowExecuteThread from cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceExecCacheManager.cache(int processInstanceId,
WorkflowExecuteThread workflowExecuteThread)
cache
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecuteThread |
ProcessInstanceExecCacheManagerImpl.getByProcessInstanceId(int processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowExecuteThread> |
ProcessInstanceExecCacheManagerImpl.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceExecCacheManagerImpl.cache(int processInstanceId,
WorkflowExecuteThread workflowExecuteThread) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowExecuteThreadPool.executeEvent(WorkflowExecuteThread workflowExecuteThread)
execute workflow
|
void |
WorkflowExecuteThreadPool.startWorkflow(WorkflowExecuteThread workflowExecuteThread)
start workflow
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.