Hi all;

We try to incorporate Humantasks in our API management process. Currently ,
we try to add human interactions for three tasks.

   1. Application creation
   2. Usersignup process
   3. Subscription creation

Following are  the payloads,  we send out to external bpel process
respectively.
Should we have a common format for this or is this sufficient?

[1]<wor:createApplication xmlns:wor="
http://workflow.application.apimgt.carbon.wso2.org";>
<wor:applicationId>0</wor:applicationId>
        <wor:applicationName>mm</wor:applicationName>
        <wor:applicationTier>Unlimited</wor:applicationTier>
        <wor:applicationCallbackUrl>http://mm.com
</wor:applicationCallbackUrl>
        <wor:applicationDescription></wor:applicationDescription>
        <wor:tenantDomain>test.com</wor:tenantDomain>
        <wor:userName>[email protected]</wor:userName>

<wor:workflowExternalRef>507e3014-1785-48b4-83d4-e7133d50f277</wor:workflowExternalRef>
        <wor:callBackURL>?</wor:callBackURL>
      </wor:createApplication>

[2] <wor:registerUser xmlns:wor="
http://workflow.registeruser.apimgt.carbon.wso2.org";>
<wor:userName>?</wor:userName>
<wor:tenantDomain>?</wor:tenantDomain>
<wor:workflowExternalRef>?</wor:workflowExternalRef>
<wor:callBackURL>?</wor:callBackURL>
</wor:registerUser>

[3]  <wor:createSubscription  xmlns:wor="
http://workflow.subscription.apimgt.carbon.wso2.org<http://workflow.application.apimgt.carbon.wso2.org/>
">
        <wor:apiName>?</wor:apiName>
        <wor:apiVersion>?</wor:apiVersion>
        <wor:apiContext>?</wor:apiContext>
        <wor:apiProvider>?</wor:apiProvider>
        <wor:subscriber>?</wor:subscriber>
        <wor:applicationName>?</wor:applicationName>
        <wor:tierName>?</wor:tierName>
        <wor:workflowExternalRef>?</wor:workflowExternalRef>
        <wor:callBackURL>?</wor:callBackURL>
     </wor:createSubscription>


Thanks..
-Ratha
mobile: (+94)755906608
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to