public interface ProcessBuilderFactory
Modifier and Type | Method and Description |
---|---|
ProcessBuilder |
processBuilder(String processId)
Returns a
ProcessBuilder that can be used to create a process definition |
byte[] |
toBytes(Process builder)
Converts process definition into an array of bytes.
|
ProcessBuilder processBuilder(String processId)
ProcessBuilder
that can be used to create a process definitionprocessId
- the unique id of the process being definedbyte[] toBytes(Process builder)
builder
- process definition to be converted to byte[]Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.