Make the applicable input/output on activiti-task-details in activiti-start-form as well
See original GitHub issueType of issue: (check with “[x]”)
- [ x] New feature request
- [ ] Bug
- [ ] Support request
- [ ] Documentation
New feature request: Features available in activiti-task-details (ng2-activiti-tasklist) (eg: @Output() formLoaded, @Output() onError) are applicable for activiti-start-form (ng2-activiti-form) too. Please make those applicable input/outputs on activiti-start-form component.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Input Output Table Activity Teaching Resources - TPT
Create your own functioning input output machine! Students will enjoy this take away activity that will help reinforce input output tables ...
Read more >Task Prediction in cooking activities using Hierarchical state ...
given that a sequence of tasks has been completed. The proposed models and algorithms have been evaluated on two complex cooking activities -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Start form is missing “FormLoaded” event wiring with FormService, will be fixed shortly.
I am able to subscribe to event the following way - formService.formLoaded.subscribe((e: FormEvent) => {}); Happy for it to be closed.