@Service public class ExecutionProcessManagerService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PAUSE_EVENT |
static String |
RESUME_EVENT |
static String |
TERMINATE_EVENT |
| Constructor and Description |
|---|
ExecutionProcessManagerService() |
| Modifier and Type | Method and Description |
|---|---|
void |
fail(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext) |
void |
failByTimeout(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext) |
void |
finish(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext) |
void |
pause(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext) |
void |
resume(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext) |
void |
updateContext(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext) |
public static final String PAUSE_EVENT
public static final String RESUME_EVENT
public static final String TERMINATE_EVENT
public void pause(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext)
public void updateContext(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext)
@Transactional public void resume(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext)
public void finish(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext)
public void fail(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext)
public void failByTimeout(org.qubership.automation.itf.core.model.jpa.context.TcContext tcContext)
Copyright © 2025. All rights reserved.