public class WorkflowInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowInfo.WorkflowStepInfo
This structure describes each workflow step in detail
|
Modifier and Type | Field and Description |
---|---|
WorkflowInfo.WorkflowStepInfo |
activeStep
The currently active workflow step
|
Map<String,Object> |
dataMap
Extra data that is generated and filled by the workflow formula (optionally) to be used e.g.
|
String |
selectedStepOnDeny
In case that the workflow was denied, and user selected any step (happens when
WorkflowDTO.withSelectStepOnDeny(true) and user selected some state.
|
ArrayList<WorkflowInfo.WorkflowStepInfo> |
steps
The ordered steps of this workflow
|
Constructor and Description |
---|
WorkflowInfo() |
public ArrayList<WorkflowInfo.WorkflowStepInfo> steps
public WorkflowInfo.WorkflowStepInfo activeStep
public Map<String,Object> dataMap
public String selectedStepOnDeny
Copyright © 2019. All rights reserved.