| Package | Description |
|---|---|
| org.jeasy.flows.work | |
| org.jeasy.flows.workflow |
| Modifier and Type | Method and Description |
|---|---|
WorkStatus |
WorkReport.getStatus()
Get work execution status.
|
WorkStatus |
DefaultWorkReport.getStatus() |
static WorkStatus |
WorkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkStatus[] |
WorkStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultWorkReport(WorkStatus status,
WorkContext workContext)
Create a new
DefaultWorkReport. |
DefaultWorkReport(WorkStatus status,
WorkContext workContext,
Throwable error)
Create a new
DefaultWorkReport. |
| Modifier and Type | Method and Description |
|---|---|
WorkStatus |
ParallelFlowReport.getStatus()
Return the status of the parallel flow.
|
Copyright © 2020. All rights reserved.