Hi,

Fixed the problem by commenting only the
ApplicationCreationSimpleWorkflowExecutor and
uncommenting ApplicationCreationWSWorkflowExecutor in
workflow-extensions.xml.
Earlier i was replacing all the configurations in workflow-extensions.xml with
the bellowing.

<WorkFlowExtensions>
    <ApplicationCreation executor=
"org.wso2.carbon.apimgt.impl.workflow.ApplicationCreationWSWorkflowExecutor"
>
         <Property name="serviceEndpoint">
http://localhost:9765/services/ApplicationApprovalWorkFlowProcess/</Property
>
         <Property name="username">admin</Property>
         <Property name="password">admin</Property>
         <Property name="callbackURL">
https://localhost:8243/services/WorkflowCallbackService</Property>
    </ApplicationCreation>
</WorkFlowExtensions>

I believe it's better to change the 2nd point under "Engaging the WS
Workflow Executor in the API Manager" in a way that we only have to comment
the ApplicationCreationSimpleWorkflowExecutor and uncomment the
ApplicationCreationWSWorkflowExecutor in workflow-extensions.xml.
Thanks,
Iqbal

On Thu, Sep 17, 2015 at 2:44 PM, Irham Iqbal <[email protected]> wrote:

>
> Hi ,
>
> I am trying to add workflow extensions to APIM by following the
> document[1]. First I am trying with the "Adding an Application Creation
> Workflow" document [2].  Under "Engaging the WS Workflow Executor in the
> API Manager" when I am doing the 3rd point "Creating a application in
> store" I am getting a popup window with a "null" value. Also as mention in
> the 5th point i tried https://localhost:9443/workflow-admin URL and got
> "HTTP Status 405 - HTTP method GET is not supported by this URL". Is there
> any necessary steps that I need to follow other than the document ?
>
> [1] https://docs.wso2.com/display/AM190/Adding+Workflow+Extensions
> [2]
> https://docs.wso2.com/display/AM190/Adding+an+Application+Creation+Workflow
>
> Please note I am using APIM 1.9.0 and BPS 3.2
>
> Thanks,
> Iqbal
> --
> Irham Iqbal
> Software Engineer - Test Automation
> WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
> phone: +94 777888452
>



-- 
Irham Iqbal
Software Engineer - Test Automation
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware
phone: +94 777888452
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to