def job(self):
return {
'control': {
'continue_on_error': False,
},
'context': {
'switches': [1, 2, 3],
'correlation_id': six.u(str(uuid.uuid4())),
},
'actions': [{
'action': 'test_action_name',
'body': {
'first_name': 'Bob',
'last_name': 'Mueller',
},
}],
}
评论列表
文章目录