Get the episode instance | |
Shot data to create. | |
Call to "shot_create" to create the shot inside the Episode. | |
Print to check if shot was created correctly. | |
Call to "taskPROD_craete()" to initialize the Task inside the shot. | |
Print to check that the Task was created correctly. |
Episode entity of the platoform. Is where shot Will be created. | |
Dictionary with all the data needed to create a shot. | |
Shot entity of the platform, it represents our shot created. | |
Task entity into the shot. |
Import Action