How do I create a business rule for only the Create flows of Redwood workforce structures pages?
To determine whether a flow is a Create flow, you need to verify whether the identifier (ID) is null. For example, in the Create Job flow, the Job ID is null.
For all other flows such as View Job, Update Job, and Correct Job, the Job ID won't be null, and will have a value instead. It's not possible to distinguish between the view, update, and correct flows.