public interface WorkReport
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError()
Get error if any.
|
WorkStatus |
getStatus()
Get work execution status.
|
WorkContext |
getWorkContext()
Get the last work context of the flow
|
WorkStatus getStatus()
Throwable getError()
null, but usually not null when
the status is WorkStatus.FAILED. Typically the exception includes
the exit code that might be used to drive the flow execution accordingly.WorkContext getWorkContext()
Copyright © 2020. All rights reserved.