Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 802721

Summary: CommandFactory.newStartProcess does not pass parameters to process instance
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Radovan Synek <rsynek>
Component: jBPM 5Assignee: Kris Verlaenen <kverlaen>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.0.GACC: kverlaen
Target Milestone: ---   
Target Release: BRMS 5.3.0.GA   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-10 03:19:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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

Comment 7 Red Hat Bugzilla 2025-02-10 03:19:17 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.