TMSS-207: added various convenience meta methods and REST actions to create...
TMSS-207: added various convenience meta methods and REST actions to create and/or schedule the subtasks from the TaskBlueprint, TaskDraft, SchedulingUnitBlueprint or SchedulingUnitDraft
@swagger_auto_schema(responses={201:"This SchedulingUnitBlueprint, with references to it's created TaskBlueprints.",
403:'forbidden'},
operation_description="Create TaskBlueprint(s) for this scheduling unit, create subtasks, and schedule the ones that are not dependend on predecessors.")
@action(methods=['get'],detail=True,url_name="create_taskblueprints_and_schedule",name="Create TaskBlueprints, Subtask(s) and Schedule")