Check Case Status using When Rule

Hey guys I need to start a process according to the case status using a when rule. How can I configure the when rule to check the status?

@Mohamed_Akeel

In casetype rule, we can have an option to define an when rule whether to start a process or not. If when condition is satisfied then only the process gets started otherwise it won’t. You can configure a when rule with the condition by using pyStatusWork property which holds the workobject status and configure the same on the process start in casetype rule.

@PraveenSiva Got it Thank you.