Bug 1274213 - Chapter 16.1.5. is not up to date for 6.1 execution API
Summary: Chapter 16.1.5. is not up to date for 6.1 execution API
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Documentation
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: brms-docs@redhat.com
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-22 09:37 UTC by jandry
Modified: 2020-03-27 19:03 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Build Name: 22824, Development Guide-6.1 Build Date: 30-07-2015 16:46:35 Topic ID: 22207-747505 [Latest]
Last Closed: 2020-03-27 19:03:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description jandry 2015-10-22 09:37:08 UTC
Title: Execute operations

Describe the issue:
Sample is compatible 6.0 but not 6.1

Suggestions for improvement:

URL address = new URL(url + "/runtime/" + deploymentId + "/execute");
must be
URL address = new URL(url + "/execute");

Additional information:

In addition in 6.1 if you want to use POJO as variable for exemple to use SetProcessInstanceVariablesCommand or StartProcessCommand, you need to add the header "Kie-Deployment-Id" (org.kie.services.client.serialization.JaxbSerializationProvider.EXECUTE_DEPLOYMENT_ID_HEADER) with as value the deployment id


Note You need to log in before you can comment on or make changes to this bug.