Adding missed commit from previous

This commit is contained in:
2022-08-04 13:22:22 -05:00
parent 9839cafdd5
commit 2f937b9436
3 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import com.kingsrook.qqq.backend.core.utils.ValueUtils;
** Output data container for the RunBackendStep action
**
*******************************************************************************/
public class RunBackendStepOutput extends AbstractActionOutput
public class RunBackendStepOutput extends AbstractActionOutput implements Serializable
{
private ProcessState processState;
private Exception exception; // todo - make optional