com.fivefaces.cloud.workflow.awsonprem.StateMachineExecutor Maven / Gradle / Ivy
package com.fivefaces.cloud.workflow.awsonprem;
import com.amazonaws.services.stepfunctions.builder.StateMachine;
import com.fivefaces.cloud.workflow.awsonprem.model.Execution;
import com.fivefaces.cloud.workflow.awsonprem.model.ExecutionResult;
public interface StateMachineExecutor {
ExecutionResult execute(StateMachine stateMachine, Execution execution);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy