All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fivefaces.cloud.workflow.awsonprem.model.ExecutionResult Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.fivefaces.cloud.workflow.awsonprem.model;

import lombok.Getter;
import lombok.Setter;

import java.util.List;

@Getter
@Setter
public class ExecutionResult {

    private String executionId;
    private ExecutionResultStatus status;
    private String output;
    private String errorMessage;
    private String failingState;
    private List debug;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy