| | | 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: Friday, February 22, 2008 Posts: 25, Visits: 61 |
| | 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: Today @ 6:29 AM Posts: 105, Visits: 556 |
| 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 E Raghavan |
| | | | 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, April 26, 2008 Posts: 128, Visits: 422 |
| 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 |
| | |
|
|