| 603 | |
| 604 | |
| 605 | bool Workflow::Replace(const string& activity, const string& newActivity) |
| 606 | { |
| 607 | return BNWorkflowReplace(m_object, activity.c_str(), newActivity.c_str()); |
| 608 | } |
| 609 | |
| 610 | |
| 611 | Ref<FlowGraph> Workflow::GetGraph(const string& activity, bool sequential) |
no test coverage detected