org.eclipse.stardust.engine.api.runtime
Class SubprocessSpawnInfo
java.lang.Object
org.eclipse.stardust.engine.api.runtime.SubprocessSpawnInfo
- All Implemented Interfaces:
- Serializable
public class SubprocessSpawnInfo
- extends Object
- implements Serializable
Contains information needed to spawn a process instance.
- See Also:
- Serialized Form
SubprocessSpawnInfo
public SubprocessSpawnInfo(String processId,
boolean copyData,
Map<String,?> data)
- Parameters:
processId - The process id.copyData - Specifies if data of the parent process instance should be copied.data - Allows specifying explicit data values which are set instead of copied.
getProcessId
public String getProcessId()
isCopyData
public boolean isCopyData()
getData
public Map<String,?> getData()
Copyright © 2017 Eclipse Stardust. All Rights Reserved.