public class WorkflowsImpl extends AbstractResourceImpl implements Workflows
AbstractResourceImpl
abstract class and implements
Workflows
interfaceConstructor and Description |
---|
WorkflowsImpl(javax.ws.rs.client.WebTarget apiRootV2,
Client client,
Session session) |
Modifier and Type | Method and Description |
---|---|
void |
sendMessageEvent(String processInstanceId,
String messageName,
Map<String,String> properties) |
StartWorkflowResponse |
startWorkflow(String workflowId,
String itemId,
Map<String,String> properties,
String userId) |
cookies
public StartWorkflowResponse startWorkflow(String workflowId, String itemId, Map<String,String> properties, String userId)
startWorkflow
in interface Workflows
workflowId
- workflow iditemId
- item idproperties
- Map
with propertiesuserId
- user idStartWorkflowResponse
Copyright © 2010–2019. All rights reserved.