|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface WorkflowRegistrationOptions
WorkflowWorker
Required Element Summary | |
---|---|
long |
defaultExecutionStartToCloseTimeoutSeconds
Maximum time that workflow run is allowed to execute. |
Optional Element Summary | |
---|---|
ChildPolicy |
defaultChildPolicy
|
String |
defaultTaskList
Task list that decision task is delivered through for the given workflow type. |
long |
defaultTaskStartToCloseTimeoutSeconds
Single decision timeout. |
String |
description
Optional textual description of the workflow type. |
Element Detail |
---|
public abstract long defaultExecutionStartToCloseTimeoutSeconds
public abstract String description
public abstract long defaultTaskStartToCloseTimeoutSeconds
WorkflowWorker
catastrophic failure in
the middle of one. Do not confuse with the whole worklfow timeout (
defaultExecutionStartToCloseTimeoutSeconds()
which can be really
big. Default is 30 seconds.
public abstract String defaultTaskList
Default is FlowConstants.USE_WORKER_TASK_LIST
, which means to use task
list from the WorkflowWorker
that the workflow implementation is
registered with.
public abstract ChildPolicy defaultChildPolicy
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |