Bug 802721 - CommandFactory.newStartProcess does not pass parameters to process instance
Summary: CommandFactory.newStartProcess does not pass parameters to process instance
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: jBPM 5
Version: BRMS 5.3.0.GA
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: BRMS 5.3.0.GA
Assignee: Kris Verlaenen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-13 10:46 UTC by Radovan Synek
Modified: 2023-05-31 22:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Radovan Synek 2012-03-13 10:46:28 UTC
Description of problem:

After starting process instance through CommandFactory and passing some parameter, this parameter is null inside process.

Here is a part of CommandFactory.java:

public static Command newStartProcess(String processId,
                                          Map<String, Object> parameters) {
        return getCommandFactoryProvider().newStartProcess( processId );
    }

Comment 1 Radovan Synek 2012-03-13 10:52:46 UTC
And here is pull request with reproducer:

https://github.com/droolsjbpm/jbpm/pull/56


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