| | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, February 27, 2008 Posts: 37, Visits: 82 |
| | hi friends i want to execute the workflow... how can i achive this... i have attched sample JPG
|
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, June 02, 2011 Posts: 90, Visits: 150 |
| | Hi, The image attached shows the process execution view from BAM reports. If you are looking for sample code for workflow execution, please use the below code snippet. Client client = new Client("RepositoryName", "WorkflowName"); client.Execute("skeltalist::admin", "<test></test>"); client.Close();
PS:skeltalist is the provider used. replace the same with the provider you configured for your application.
Regards,
Moderator
|
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, February 27, 2008 Posts: 37, Visits: 82 |
| | where can i use this code.. Webapplication or Process designer Window i run this code:Client client = new Client("skeltastore", "HRleavr"); client.Execute("skeltalist::admin", "<test></test>"); client.Close(); i got error like this: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, March 12, 2009 Posts: 166, Visits: 707 |
| Hi Saravanan, Hope you've contacted support@skelta.com and they've shown how to design, publish and execute the workflow. If still you've not contacted Skelta support team, it is highly recommended that you should do it at the earliest. Regarding the post: Please post the screenshot of "Skleta Logger Console", which shows detailed description of the error.
Regards, Bineesh |
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, February 27, 2008 Posts: 37, Visits: 82 |
| | hi bineesh i run the code in application... i got the error like thisplz find attchment) find code.doc attchment also... i didnot get any error in console...
|
| | | | Supreme Being
       
Group: Forum Members Last Login: Saturday, February 12, 2011 Posts: 133, Visits: 427 |
| Hi, Did you get a chance to speak to the support team ? Please do contact support so that they can do a quick run for workflow execution with you.
skeltalist::admin is not correct, you need to pass guid of user admin. This is the id field value for your application from SKEUsers table in the repository. so the value should be skeltalist::[Unique identifer - Id field of amin]
regards,
Moderator |
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, February 27, 2008 Posts: 37, Visits: 82 |
| | | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, July 10, 2008 Posts: 16, Visits: 30 |
| client.Execute("skeltalist::admin", "<test></test>"); can any one explain abt the SkeltaList .is it a table name where we have configured the resource handler and that admin is the user id string ????? thanks for your support manju
Manju |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, March 12, 2009 Posts: 166, Visits: 707 |
| Hi Manju, Which version of Skelta product are you using? Skelta BPM.Net 2006 Or Skelta BPM.Net 2007. The above info is only relevant to Skelta BPM.Net 2007.
Regards, Bineesh |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, July 10, 2008 Posts: 16, Visits: 30 |
| Hi Binesh, I using Skelta BPM.Net 2006 . The above info is relevant to Skelta BPM.Net 2006.
Regards,
Manju |
| |
|
|