Questions tagged [rehosting]
14 questions
5
votes
1 answer
What is the difference between using WorkflowInvoker and WorkflowApplication?
and I notice when I use Invoker and call invoker.Invoke() directly the GUI won't refresh while running. What other difference are there?

Louis Rhys
- 34,517
- 56
- 153
- 221
3
votes
2 answers
Rehosted Workflow Designer default imported namespaces
I'm trying to rehost the WF4 Workflow Designer. In the "Imports" tab, I'd like to have some namespaces imported by default. It looks like this:
Imported namespaces http://imageshack.us/m/850/5383/imports.png
After a lot of research, I figured out…

Alex
- 3,429
- 4
- 36
- 66
1
vote
2 answers
getsysinfo(GSI_BOOTEDFILE,...) rehosting
I am rehosting a program from tru64 to linux. I can't find a replacement for getsysinfo(GSI_BOOTEDFILE,...) in C man getsysinfo
How can I get the name of the file from which the currently running kernel was booted under SUSE11 in C?
I am out of…

Flo
- 11
- 1
1
vote
2 answers
AWS Rehost detailed steps
I am planning to Rehost (Lift-and-Shift) one of the on-premise application to AWS cloud. I want to understand if the below steps are in correct sequence:
Specify Migration Goals
Analyse migration services
Discover components to migrate
Identify…

Subash Nadar
- 101
- 2
- 6
1
vote
1 answer
Suggestions on ways to compare two files and show differences, maybe by rehosting a version comparion tool?
I'm trying to find a good way to have version comparison between two files (.docx files), where the files are compared and the differences are highlighted. Eventually with the ability to output a report.
I was thinking maybe it's possible to rehost…

AudioFrk
- 111
- 2
- 8
1
vote
1 answer
How to get the selected activity in rehosted WorkflowDesigner
How do I get (programatically) the current selection? As an Activity instance, if possible?

Louis Rhys
- 34,517
- 56
- 153
- 221
1
vote
1 answer
Working with sub-workflow in rehosted designer?
Is it possible to work with a sub-workflow (i.e. subset of the workflow in the designer). For example a sequence, a flowchart, or any activity inside the workflow.
My idea is something like these:
Save the subworkflow to a file (for example, save…

Louis Rhys
- 34,517
- 56
- 153
- 221
1
vote
2 answers
Activities are always collapsed in rehosted designer
I'm trying to rehost the designer, but every time I slap a workflow into the designer:
_workflowDesigner = new WorkflowDesigner();
// added to UI here
Properties.Content =…
user1228
1
vote
1 answer
Detailed Explanation on "Re-Hosting" and "Retargeting" both for compilers and binary data (such as .exe or .obj)
Sometimes in s/w companies, customers provide data in multiple formats. There are linkable and executable data that are said to be "Rehosted" and compiled object files that are said to be "Retargeted". I am trying to understand what rehosting and…

ha9u63a7
- 6,233
- 16
- 73
- 108
1
vote
1 answer
WF4 state machine rehosting: FinalState
I am rehosting WF4 workflow designer.
For a state machine, I don't know how to provide a "FinalState" via sapt:ToolboxItemWrapper in XAML.
There is no FinalState class, only a State class for "regular" states. State class has a IsFinal property, so…

Günter Bögel
- 11
- 1
0
votes
1 answer
Capture global WCF ServiceHost request events
I'm using a really simple WCF project which is being hosted by a WPF application. It basically operates as a REST server for dishing up data on my PC. No IIS, and it runs as SingleInstance. I want to see what IP's are accessing MyService, and what…

Tom
- 3,354
- 1
- 22
- 25
0
votes
1 answer
How to lock a hosted WorkflowDesigner from editing?
Is it possible to add a locked WorkflowDesigner View to a WPF application? By locked I mean no change or editing whatsoever can be done to the Workflow Model.

Louis Rhys
- 34,517
- 56
- 153
- 221
0
votes
1 answer
In WF4, how to define a custom activity that can be the scope of a Variable?
When I rehost a designer, I can declare variables and their scopes. However, not all activities can be the scope of a variable. I notice Sequence, Parallel, PickBranch can be the host, but Pick, If, Delay, can't. And all of my custom activities…

Louis Rhys
- 34,517
- 56
- 153
- 221
0
votes
0 answers
Using Xaml WorkFlow In Another Xaml workflow in Rehosted Designer
I'm writing a workflow WPF Designer Re hosting Application and I want to use An Xaml Inside Another One(Like Sub Workflow) I make workflow file with sub workflow In Vs 2013 workflow Designer but in my Re hosting Application It's not working…

Shahram
- 215
- 1
- 5
- 21