Returns true if the system activity is executed for the first time or if the Interim status (step_status) has not been changed during the process (step_status = 0). For more details, see the TechDoc.
Example:
if( $this->isFirstExecution() ){
doSomethingSpecial();
}