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

io.takari.bpm.api.ExecutionContextFactory Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package io.takari.bpm.api;

import java.util.Map;

public interface ExecutionContextFactory {

    T create(Variables source);

    T create(Variables source, String processDefinitionId, String elementId);

    ExecutionContext withOverrides(ExecutionContext delegate, Map overrides);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy