Create a RootNode component that will serve as the core element of the workflow tree structure. This component must incorporate a functioning play state and a pause state.
Acceptance Criteria
RootNode component renders with required icons representing the play/pause states
Play state can be activated and deactivated
Play state displays correct icon when activated and deactivated
Smooth transition occurs between play and pause states
All child nodes respond appropriately to parent RootNode's state changes
Objective:
Create a RootNode component that will serve as the core element of the workflow tree structure. This component must incorporate a functioning play state and a pause state.
Acceptance Criteria
RootNode component renders with required icons representing the play/pause statesAll child nodes respond appropriately to parent RootNode's state changes