Aws17 On-Demand Workforce Entities
Assignment/Task
- Preview
- Usage
- Definition
import { AssignmentTask } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<AssignmentTask/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ASSIGNMENT_TASK } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<Shape
{...props}
_style={extendStyle(props, ASSIGNMENT_TASK)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.assignment_task;fillColor=#ACACAC;gradientColor=none;',
},
_original_width: 46.5,
_original_height: 63,
}
Human Intelligence Tasks HIT
- Preview
- Usage
- Definition
import { HumanIntelligenceTasksHit } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<HumanIntelligenceTasksHit/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HUMAN_INTELLIGENCE_TASKS_HIT } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<Shape
{...props}
_style={extendStyle(props, HUMAN_INTELLIGENCE_TASKS_HIT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.human_intelligence_tasks_hit;fillColor=#ACACAC;gradientColor=none;',
},
_original_width: 52.5,
_original_height: 55.5,
}
Mechanical Turk
- Preview
- Usage
- Definition
import { MechanicalTurk } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<MechanicalTurk/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MECHANICAL_TURK } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<Shape
{...props}
_style={extendStyle(props, MECHANICAL_TURK)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mechanical_turk;fillColor=#ACACAC;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
Requester
- Preview
- Usage
- Definition
import { Requester } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<Requester/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REQUESTER } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<Shape
{...props}
_style={extendStyle(props, REQUESTER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.requester;fillColor=#ACACAC;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 64.5,
}
Workers
- Preview
- Usage
- Definition
import { Workers } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<Workers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKERS } from '@dinghy/diagrams/entitiesAws17OnDemandWorkforce'
<Shape
{...props}
_style={extendStyle(props, WORKERS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.users;fillColor=#ACACAC;gradientColor=none;',
},
_original_width: 66,
_original_height: 63,
}