Searched refs:ActivityType (Results 1 – 3 of 3) sorted by relevance
2 from boto.swf.layer2 import ActivityType, WorkflowType, WorkflowExecution23 act_type = ActivityType(name='name', domain='test', version='1')
2 from boto.swf.layer2 import Domain, ActivityType, WorkflowType, WorkflowExecution49 self.assertIsInstance(activity_type, ActivityType)
84 act_objects.append(ActivityType(**act_args))318 class ActivityType(SWFBase): class