| Package | Description |
|---|---|
| com.twilio.taskrouter |
| Modifier and Type | Method and Description |
|---|---|
WorkflowRule |
WorkflowRule.Builder.build() |
static WorkflowRule |
WorkflowRule.fromJson(String json)
Converts a JSON workflow configuration to a workflow rule object.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowRule> |
Workflow.getWorkflowRules() |
List<WorkflowRule> |
TaskRouting.getWorkflowRules()
Get the workflow rules for the workflow.
|
| Constructor and Description |
|---|
TaskRouting(List<WorkflowRule> workflowRules,
WorkflowRuleTarget defaultTarget)
Constructor for creating based on json..
|
Workflow(List<WorkflowRule> workflowRules,
WorkflowRuleTarget defaultTarget)
Define a workflow.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.