Package net.pricefx.workflowengine
Class WorkflowInfo.WorkflowStepInfo
Object
WorkflowStepInfo
- Enclosing class:
WorkflowInfo
This structure describes each workflow step in detail
-
Field Summary
Modifier and TypeFieldDescriptionDate of approval, GMT timezoneList
<?> The attachmentsA user comment entered during approval/denialHas this step attachments to be sent along the notification email?If emailAttachment is true, then this settings allow to use any other than default excel templateApproved by user(s) : user names for easier displayApproved by user(s)WorkflowStep.WorkflowStepExecutionStatus
The status of the step Can be: INITIALIZED, PREEXECUTED, EXECUTED_DENIED, EXECUTED_APPROVED, EXECUTED_WITHDRAWN, ALREADY_SATISFIEDIs the this step active?Is this step an approval node by a user group?Is the step a an approval node by individual user(s)?WorkflowStep.WorkflowStepType
Either APPROVAL or WATCHER Watchers are just notified and do not need to act.The unique workflow step identifierA list of users that can approveA list of groups that can approveDeprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDate of approval, partition default timezoneDeprecated.Deprecated.Deprecated.isDenied()
-
Field Details
-
uniqueName
The unique workflow step identifier -
isUserApprover
Is the step a an approval node by individual user(s)? -
isGroupApprover
Is this step an approval node by a user group? -
userApprovers
A list of users that can approve -
userGroupApprovers
A list of groups that can approve -
userGroupLabel
Deprecated. -
executionStatus
public WorkflowStep.WorkflowStepExecutionStatus executionStatusThe status of the step Can be: INITIALIZED, PREEXECUTED, EXECUTED_DENIED, EXECUTED_APPROVED, EXECUTED_WITHDRAWN, ALREADY_SATISFIED -
reasons
-
approvalDate
Date of approval, GMT timezone -
comment
A user comment entered during approval/denial -
stepType
public WorkflowStep.WorkflowStepType stepTypeEither APPROVAL or WATCHER Watchers are just notified and do not need to act. Workflow advances immediately to next step -
isEmailWatcher
-
watcherEmails
-
emailAttachment
Has this step attachments to be sent along the notification email? -
emailAttachmentTemplateName
If emailAttachment is true, then this settings allow to use any other than default excel template -
approvalRequiredEmailAttachments
The attachments -
isActiveStep
Is the this step active? -
executedByUsers
Approved by user(s) -
executedByNames
Approved by user(s) : user names for easier display -
stepHistory
-
-
Constructor Details
-
WorkflowStepInfo
public WorkflowStepInfo()
-
-
Method Details
-
getReason
Deprecated.A workflow formula generated reason text to explain the step -
getApprovalDatePartitionDefaultTZ
Date of approval, partition default timezone -
getUserApprover
Deprecated. -
getUserGroupApprover
Deprecated. -
isApprovalStep
-
isWatcherStep
-
isInitialized
-
isPreExecuted
-
isDenied
-
isApproved
-
isAlreadySatisfied
-
isWithdrawn
-
getExecutionStatusI18n
-