workflow-activity

Alfresco Workflow Share Form

半城伤御伤魂 提交于 2020-01-03 06:22:23
问题 I am trying to build a custom workflow in alfresco community edition. Basically I am trying to modify the existing workflow called lifecycleprocess. I have been able to deploy the process using workflow console without error. But I am not able to do any change at all on the workflow form. My workflow is called leaveprocess and I have the following code : Path : alfresco/tomcat/shared/classes/alfresco/extension/ leave-process-bpmn20.xml <?xml version="1.0" encoding="UTF-8" ?> <definitions id=

Assembly must be registered in isolation error

我们两清 提交于 2020-01-02 04:34:10
问题 I'm trying to load a custom workflow activity onto a crm server. I loaded the project onto the server and have been using the CRM Plug-in Registration Tool. The server is CRM2011 and thus supports .NET 4.0 activities. However, when I press the "Register" button (After the assembly has successfully loaded onto the Tool) the following error occurs: `Unhandled Exception: System.ServiceModel.FaultException'1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture

TFS 2013 environment variables always empty

回眸只為那壹抹淺笑 提交于 2019-12-25 14:24:20
问题 I've defined custom arguments in my xaml build script and provided values: Then In my build I get the following instead of actual TF_BUILD_BUILDDIRECTORY. This is the string that writes: "dotCover Report..." String.Format("dotCover Report Path: {0}\{1}", DotCoverReportPath, DotCoverReportFileName) It's not translating to actual BUILDDIRECTORY path. What am I doing wrong? I've hit "refresh" several times and still no go. I wanted to get "C:\temp..." etc 回答1: Possible duplicate with this case

TFS 2013 environment variables always empty

Deadly 提交于 2019-12-25 14:23:23
问题 I've defined custom arguments in my xaml build script and provided values: Then In my build I get the following instead of actual TF_BUILD_BUILDDIRECTORY. This is the string that writes: "dotCover Report..." String.Format("dotCover Report Path: {0}\{1}", DotCoverReportPath, DotCoverReportFileName) It's not translating to actual BUILDDIRECTORY path. What am I doing wrong? I've hit "refresh" several times and still no go. I wanted to get "C:\temp..." etc 回答1: Possible duplicate with this case

In sharepoint designer's workflow editor how do I get the workflow initiators username?

纵饮孤独 提交于 2019-12-21 01:11:11
问题 In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work flow initiator (i.e. who kicked it off or triggered the workflow) - this is relatively easy to do using 3rd party products such as Nintex Workflow 2007 (where I would use something like {Common:Initiator}) - but I can't seem to find any way out of the box to do this using share point designer and MOSS 2007. Update It does not look like this rather obvious feature is supported OOTB, so I ended up writing

Use MatchPattern property of FindMatchingFiles workflow activity

我的未来我决定 提交于 2019-12-18 15:34:36
问题 I'm customizing the default workflow of build process template using TFS 2010 Team Build. There is an activity named FindMatchingFiles allows to search for specific files with a pattern defined in MatchPattern property. It works if I only specify one file extension. Example: String.Format("{0}\\**\\\*.msi", SourcesDirectory) But I would like to include *.exe as well. Trying following pattern but it doesn't work: String.Format("{0}\\**\\\*.(msi|exe)", SourcesDirectory) Anyone could show me how

Use MatchPattern property of FindMatchingFiles workflow activity

风格不统一 提交于 2019-12-18 15:33:04
问题 I'm customizing the default workflow of build process template using TFS 2010 Team Build. There is an activity named FindMatchingFiles allows to search for specific files with a pattern defined in MatchPattern property. It works if I only specify one file extension. Example: String.Format("{0}\\**\\\*.msi", SourcesDirectory) But I would like to include *.exe as well. Trying following pattern but it doesn't work: String.Format("{0}\\**\\\*.(msi|exe)", SourcesDirectory) Anyone could show me how

TFS How to GetEnvironmentVariable value

好久不见. 提交于 2019-12-18 09:38:43
问题 In my tfs build I've created an argument to which I pass in $(TF_BUILD_BUILDDIRECTORY) Then in my xaml file I've added a variable called "test1" and added GetEnvirenmentVariable" step where I would like to store value of TF_BUILD_BUILDDIRECTORY I can NOT get the value to come through. Output from my build: It prints $(TF_BUILD_BUILDDIRECTORY) instead of "C:\temp... etc" Please help! thanks 回答1: Refer to the last paragraph in this MSDN document: Use environment data from a custom build process

Why do we need to restart the CRM server after registering the custom workflow using Plugin Registration tool to make that work properly

北战南征 提交于 2019-12-13 14:12:56
问题 Can we have any alternative way to make run-able the custom Workflow activity in Workflow steps. All the time what I do is register the dll using Plugin registration tool and then restart the server. Then only we can use the custom workflow activity on Workflow. I have tried after restarting the IIS and hoping so it'll be done but no luck. All the time restarting server should not be any solution. Is there any alternative way for it please suggest. All you are suggestion would be greatly

Setting ExpressionTextBox's ExpressionType to a generic type

核能气质少年 提交于 2019-12-13 06:41:48
问题 I'm having a slight problem using the ExpressionTextBox control in a designer for an activity that I have. How does one go about setting its ExpressionType property in XAML to a Type object that defines the IEnumerable`1 generic? I can get away with not setting it at all, but ideally I'd like to get validation support at design time for the control with this. I've tried the following, which doesn't work: <View:ExpressionTextBox VerticalContentAlignment="Center" Expression="{Binding Path