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

ee.telekom.workflow.graph.NewGraphInstanceCreator Maven / Gradle / Ivy

Go to download

Telekom-workflow-engine core provides the runtime environment for workflow execution together with all the supporting services (clustering, persistence, error handling etc).

There is a newer version: 1.6.3
Show newest version
package ee.telekom.workflow.graph;

import ee.telekom.workflow.graph.node.activity.CreateNewInstanceActivity;

/**
 * Creates a new instance as defined by the arguments. Used to create instances for {@link CreateNewInstanceActivity}
 */
public interface NewGraphInstanceCreator{

    void create( String graphName, Integer graphVersion, String label1, String label2, Environment initialEnvironment );

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy