I often use Enum type for Status. Such as “To do”, “Done”, “Cancelled” etc.
These will be conditions in the processes.
So it would be nice if I could as many branches as I need instead of boolean branches.
I often use Enum type for Status. Such as “To do”, “Done”, “Cancelled” etc.
These will be conditions in the processes.
So it would be nice if I could as many branches as I need instead of boolean branches.