BP Conclusion

BP Conclusion summarizes user progress or completion of a business process.

Usage Guidance

Coming soon!

API Guidelines

Methods

Class name: ConclusionScreen Module name: UIComponentsPlugin

public init(
featureData: FeatureMetricsData,
context: SemanticContext = .default,
statusImageName: String,
showConclusionHeaderWith conclusionHeaderData: ConclusionHeaderData,
showAccordionWith accordionData: AccordionData? = nil,
showUpNextCardWith upNextCardData: UpNextCardData? = nil,
showActionButtonWith actionButtonData: ActionButtonData? = nil,
viewButtonAction: @escaping (() -> Void),
localizer: LocalizationAdapting
)

Parameters

NameDescriptionDefault values
featureDatathe feature name/context and the screen ID in which the component appears.
contextthe SemanticContext.SemanticContext.default
statusImageNameA string, image name, that confirms that the user has completed their task. Indicates if the BP action was completed, denied, or canceled.
showConclusionHeaderWithShow the Description of the action just taken and the details the business object and the BP workflow status.
showAccordionWithShown when the BP action has been successful, but the API call has returned validation errors after the fact.nil
showUpNextCardWithProvides information about the next step in the BP, and link to who it is assigned to.nil
showActionButtonWithButton that appears ONLY if the ‘Up Next’ is assigned to the user who just completed the task to continue to the next step.nil
viewButtonActionClosure to the entry point view of the full conclusion page and process related to their task.
localizerLocalizer used for localizing strings in the view.

Accessibility Guidelines

Coming soon!

Can't Find What You Need?

Check out our FAQ section which may help you find the information you're looking for. For further information, contact the #canvas or #canvas-kitchannels on Slack.

FAQ Section