cancel
Showing results for 
Search instead for 
Did you mean: 

Custom transition and approved status

juniorbl
Champ in-the-making
Champ in-the-making
Hello everyone,

I'm using a workflow that has custom buttons in one of the tasks to make the transition to the next task and it works fine, something like this:

<property name="myModel:myCustomOutcome">
                    <type>d:text</type>
                    <default>My Custom Option 1</default>
                    <constraints>
                        <constraint name="myModel:myCustomOutcomeOptions" type="LIST">
                            <parameter name="allowedValues">
                                <list>
                                    <value>My Custom Option 1</value>
                                    <value>My Custom Option 2</value>
                                    <value>My Custom Option 3</value>
                                </list>
                            </parameter>
                        </constraint>
                    </constraints>
                </property>


But in the workflow detais, no matter which option I choose, the task has always the "Rejected" status, it's suppose to be always "Approved" because there's no option to reject the task, is that possible?

Thank you.
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
Activii or JBPM?
Post your process definition and model file.