Can we define case type in FW and then easily reuse/extend its behaviors in IMPL?
E.g. In IMPL layer, we want to add one more step to existing stage but reuse all other case type behaviors defined in FW layer.
Can this be done without overriding the entire pyDefault case type from FW layer?
i.e. once we override this, then looks like we can't reuse the FW-level case behaviors anymore.